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