Enum VbatMon
#[repr(u8)]pub enum VbatMon {
DISABLE = 0,
ENABLE = 1,
}
Variants§
DISABLE = 0
Disable the power switch to not deliver VBAT voltage on ADC channel 18 input
ENABLE = 1
Enable the power switch to deliver VBAT voltage on ADC channel 18 input
Implementations§
Trait Implementations§
§impl Ord for VbatMon
impl Ord for VbatMon
§impl PartialOrd for VbatMon
impl PartialOrd for VbatMon
impl Copy for VbatMon
impl Eq for VbatMon
impl StructuralPartialEq for VbatMon
Auto Trait Implementations§
impl Freeze for VbatMon
impl RefUnwindSafe for VbatMon
impl Send for VbatMon
impl Sync for VbatMon
impl Unpin for VbatMon
impl UnwindSafe for VbatMon
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