pub enum CMPE_A {
_0 = 0,
_1 = 1,
}Expand description
Voltage Monitor 1 Circuit Comparison Result Output Enable
Value on reset: 0
Variants§
_0 = 0
0: Disable voltage monitor 1 circuit comparison result output
_1 = 1
1: Enable voltage monitor 1 circuit comparison result output
Trait Implementations§
impl Copy for CMPE_A
impl Eq for CMPE_A
impl StructuralPartialEq for CMPE_A
Auto Trait Implementations§
impl Freeze for CMPE_A
impl RefUnwindSafe for CMPE_A
impl Send for CMPE_A
impl Sync for CMPE_A
impl Unpin for CMPE_A
impl UnsafeUnpin for CMPE_A
impl UnwindSafe for CMPE_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