pub enum MODE_LVR {
_00,
_01,
_10,
_Reserved(u8),
}Expand description
Possible values of the field MODE_LV
Variants§
_00
Bandgap on only, for stabilization and startup
_01
High power buffer mode enabled
_10
Low-power buffer mode enabled
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for MODE_LVR
impl StructuralPartialEq for MODE_LVR
Auto Trait Implementations§
impl Freeze for MODE_LVR
impl RefUnwindSafe for MODE_LVR
impl Send for MODE_LVR
impl Sync for MODE_LVR
impl Unpin for MODE_LVR
impl UnwindSafe for MODE_LVR
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