#[repr(u8)]pub enum Fflag {
Show 16 variants
NO_FLAG = 0,
FLAG = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
NO_FLAG = 0
No fault on the FAULTx pin.
FLAG = 1
Fault on the FAULTx pin.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Fflag
impl Ord for Fflag
Source§impl PartialOrd for Fflag
impl PartialOrd for Fflag
impl Copy for Fflag
impl Eq for Fflag
impl StructuralPartialEq for Fflag
Auto Trait Implementations§
impl Freeze for Fflag
impl RefUnwindSafe for Fflag
impl Send for Fflag
impl Sync for Fflag
impl Unpin for Fflag
impl UnwindSafe for Fflag
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