pub enum STRT1_A {
NotStarted,
Started,
}
Expand description
Regular channel Start flag of ADC 1
Value on reset: 0
Variants§
NotStarted
0: No regular channel conversion started
Started
1: Regular channel conversion has started
Trait Implementations§
source§impl PartialEq<STRT1_A> for STRT1_A
impl PartialEq<STRT1_A> for STRT1_A
impl Copy for STRT1_A
impl StructuralPartialEq for STRT1_A
Auto Trait Implementations§
impl RefUnwindSafe for STRT1_A
impl Send for STRT1_A
impl Sync for STRT1_A
impl Unpin for STRT1_A
impl UnwindSafe for STRT1_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