pub enum EOSMP_A {
NotEnded = 0,
Ended = 1,
}
Expand description
ADC group regular end of sampling flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EOSMP_A
impl StructuralPartialEq for EOSMP_A
Auto Trait Implementations§
impl Freeze for EOSMP_A
impl RefUnwindSafe for EOSMP_A
impl Send for EOSMP_A
impl Sync for EOSMP_A
impl Unpin for EOSMP_A
impl UnwindSafe for EOSMP_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