pub enum EOCW {
Clear = 1,
}
Expand description
End of conversion flag This bit is set by hardware at the end of each conversion of a channel when a new data result is available in the ADC_DR register. It is cleared by software writing 1 to it or by reading the ADC_DR register.
Value on reset: 0
Variants§
Clear = 1
1: Clear the channel conversion flag
Trait Implementations§
impl Copy for EOCW
impl Eq for EOCW
impl StructuralPartialEq for EOCW
Auto Trait Implementations§
impl Freeze for EOCW
impl RefUnwindSafe for EOCW
impl Send for EOCW
impl Sync for EOCW
impl Unpin for EOCW
impl UnwindSafe for EOCW
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