#[repr(u8)]pub enum Fldm {
FLDM_0 = 0,
FLDM_1 = 1,
}Variants§
FLDM_0 = 0
No effect on the operating mode.
FLDM_1 = 1
Force entry into LDM after a write with this data bit set. SR[MODE] signals the operating mode.
Implementations§
Trait Implementations§
Source§impl Ord for Fldm
impl Ord for Fldm
Source§impl PartialOrd for Fldm
impl PartialOrd for Fldm
impl Copy for Fldm
impl Eq for Fldm
impl StructuralPartialEq for Fldm
Auto Trait Implementations§
impl Freeze for Fldm
impl RefUnwindSafe for Fldm
impl Send for Fldm
impl Sync for Fldm
impl Unpin for Fldm
impl UnwindSafe for Fldm
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