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