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