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