pub struct InjectedAdc<T: Instance, const N: usize> { /* private fields */ }Expand description
Injected ADC sequence with owned channels.
Implementations§
Source§impl<T: Instance, const N: usize> InjectedAdc<T, N>
impl<T: Instance, const N: usize> InjectedAdc<T, N>
pub fn stop_injected_conversions(&mut self)
pub fn start_injected_conversions(&mut self)
pub fn read_injected_samples(&mut self) -> [u16; N]
Trait Implementations§
Auto Trait Implementations§
impl<T, const N: usize> Freeze for InjectedAdc<T, N>
impl<T, const N: usize> RefUnwindSafe for InjectedAdc<T, N>where
T: RefUnwindSafe,
impl<T, const N: usize> Send for InjectedAdc<T, N>where
T: Send,
impl<T, const N: usize> Sync for InjectedAdc<T, N>where
T: Sync,
impl<T, const N: usize> Unpin for InjectedAdc<T, N>where
T: Unpin,
impl<T, const N: usize> UnwindSafe for InjectedAdc<T, N>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more