pub enum JSTRT3_A {
NotStarted = 0,
Started = 1,
}
Expand description
Injected channel Start flag of ADC 1
Value on reset: 0
Variants§
NotStarted = 0
0: No injected channel conversion started
Started = 1
1: Injected channel conversion has started
Trait Implementations§
impl Copy for JSTRT1_A
impl StructuralPartialEq for JSTRT1_A
Auto Trait Implementations§
impl Freeze for JSTRT1_A
impl RefUnwindSafe for JSTRT1_A
impl Send for JSTRT1_A
impl Sync for JSTRT1_A
impl Unpin for JSTRT1_A
impl UnwindSafe for JSTRT1_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