pub struct InjectedAdc<'a, T: Instance, const N: usize> { /* private fields */ }Expand description
Injected ADC sequence with owned channels.
Implementations§
Source§impl<'a, T: Instance, const N: usize> InjectedAdc<'a, T, N>
impl<'a, T: Instance, const N: usize> InjectedAdc<'a, 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<'a, T, const N: usize> Freeze for InjectedAdc<'a, T, N>
impl<'a, T, const N: usize> RefUnwindSafe for InjectedAdc<'a, T, N>where
T: RefUnwindSafe,
impl<'a, T, const N: usize> Send for InjectedAdc<'a, T, N>where
T: Send,
impl<'a, T, const N: usize> Sync for InjectedAdc<'a, T, N>where
T: Sync,
impl<'a, T, const N: usize> Unpin for InjectedAdc<'a, T, N>where
T: Unpin,
impl<'a, T, const N: usize> !UnwindSafe for InjectedAdc<'a, T, N>
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