#[repr(u8)]pub enum Admasel {
Show 16 variants
DISABLED = 0,
PF_CONV_COMPLETE = 1,
PF_DATA_READY = 2,
ZCD = 3,
SCD = 4,
WINDOW_LMT = 5,
LOW_LMT = 6,
HIGH_LMT = 7,
FIFO_UF = 8,
FIFO_OF = 9,
CLK_ABS = 10,
SAT = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
DISABLED = 0
Alternate DMA disabled.
PF_CONV_COMPLETE = 1
PF conversion complete.
PF_DATA_READY = 2
PF data output ready.
ZCD = 3
Zero crossing detected.
SCD = 4
Short circuit detected.
WINDOW_LMT = 5
Window limit detected.
LOW_LMT = 6
Low limit detected.
HIGH_LMT = 7
High limit.
FIFO_UF = 8
FIFO underflow.
FIFO_OF = 9
FIFO overflow.
CLK_ABS = 10
Clock absence.
SAT = 11
Saturation.
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Admasel
impl Ord for Admasel
Source§impl PartialOrd for Admasel
impl PartialOrd for Admasel
impl Copy for Admasel
impl Eq for Admasel
impl StructuralPartialEq for Admasel
Auto Trait Implementations§
impl Freeze for Admasel
impl RefUnwindSafe for Admasel
impl Send for Admasel
impl Sync for Admasel
impl Unpin for Admasel
impl UnwindSafe for Admasel
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