mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Add comment about internal api
This commit is contained in:
parent
bf36bec9bb
commit
e3891b09dc
@ -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>(
|
async fn read_many_inner<W: dma::Word>(
|
||||||
&mut self,
|
&mut self,
|
||||||
channels: impl Iterator<Item = u8>,
|
channels: impl Iterator<Item = u8>,
|
||||||
|
Loading…
Reference in New Issue
Block a user