#[repr(u8)]pub enum STM_A {
PRS = 0,
TIMER = 1,
START = 2,
}
Expand description
Start Trigger Select
Value on reset: 3
Variants§
PRS = 0
0: PRS Triggering. Conversions are triggered by the PRS channel selected in PRSSEL.
TIMER = 1
1: Timer Triggering. Conversions are triggered by a local CSEN timer reload.
START = 2
2: Software Triggering. Conversions are triggered by writing a 1 to the START field of the CMD register.
Trait Implementations§
impl Copy for STM_A
impl StructuralPartialEq for STM_A
Auto Trait Implementations§
impl Freeze for STM_A
impl RefUnwindSafe for STM_A
impl Send for STM_A
impl Sync for STM_A
impl Unpin for STM_A
impl UnwindSafe for STM_A
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