Enum daisy::pac::adc3_common::csr::EOC_MST_A
pub enum EOC_MST_A {
NotComplete = 0,
Complete = 1,
}
Expand description
End of regular conversion of the master ADC
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EOC_MST_A
impl StructuralPartialEq for EOC_MST_A
Auto Trait Implementations§
impl Freeze for EOC_MST_A
impl RefUnwindSafe for EOC_MST_A
impl Send for EOC_MST_A
impl Sync for EOC_MST_A
impl Unpin for EOC_MST_A
impl UnwindSafe for EOC_MST_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