Add comment about internal api
This commit is contained in:
parent
bf36bec9bb
commit
e3891b09dc
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ impl<'d> Adc<'d, Async> {
|
|||
}
|
||||
}
|
||||
|
||||
// Note for refactoring: we don't require the actual Channels here, just the channel numbers.
|
||||
// The public api is responsible for asserting ownership of the actual Channels.
|
||||
async fn read_many_inner<W: dma::Word>(
|
||||
&mut self,
|
||||
channels: impl Iterator<Item = u8>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue