pub enum LFMEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Low Frequency Mode enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LFMEN
impl Eq for LFMEN
impl StructuralPartialEq for LFMEN
Auto Trait Implementations§
impl Freeze for LFMEN
impl RefUnwindSafe for LFMEN
impl Send for LFMEN
impl Sync for LFMEN
impl Unpin for LFMEN
impl UnwindSafe for LFMEN
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