#[repr(u8)]pub enum CMOA_A {
NONE = 0,
TOGGLE = 1,
CLEAR = 2,
SET = 3,
}
Expand description
Compare Match Output Action
Value on reset: 0
Variants§
NONE = 0
0: No action on compare match
TOGGLE = 1
1: Toggle output on compare match
CLEAR = 2
2: Clear output on compare match
SET = 3
3: Set output on compare match
Trait Implementations§
impl Copy for CMOA_A
impl StructuralPartialEq for CMOA_A
Auto Trait Implementations§
impl Freeze for CMOA_A
impl RefUnwindSafe for CMOA_A
impl Send for CMOA_A
impl Sync for CMOA_A
impl Unpin for CMOA_A
impl UnwindSafe for CMOA_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