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