#[repr(u8)]pub enum VLMCFG_A {
BELOW = 0,
ABOVE = 1,
CROSS = 2,
}
Expand description
Configuration
Value on reset: 0
Variants§
BELOW = 0
0: Interrupt when supply goes below VLM level
ABOVE = 1
1: Interrupt when supply goes above VLM level
CROSS = 2
2: Interrupt when supply crosses VLM level
Trait Implementations§
impl Copy for VLMCFG_A
impl Eq for VLMCFG_A
impl StructuralPartialEq for VLMCFG_A
Auto Trait Implementations§
impl Freeze for VLMCFG_A
impl RefUnwindSafe for VLMCFG_A
impl Send for VLMCFG_A
impl Sync for VLMCFG_A
impl Unpin for VLMCFG_A
impl UnwindSafe for VLMCFG_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