pub enum EOSW {
Clear = 1,
}
Expand description
End of sequence flag This bit is set by hardware at the end of the conversion of a sequence of channels selected by the CHSEL bits. It is cleared by software writing 1 to it.
Value on reset: 0
Variants§
Clear = 1
1: Clear the conversion sequence flag
Trait Implementations§
impl Copy for EOSW
impl Eq for EOSW
impl StructuralPartialEq for EOSW
Auto Trait Implementations§
impl Freeze for EOSW
impl RefUnwindSafe for EOSW
impl Send for EOSW
impl Sync for EOSW
impl Unpin for EOSW
impl UnwindSafe for EOSW
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