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