#[repr(u8)]pub enum FALLA_A {
NONE = 0,
START = 1,
STOP = 2,
RELOADSTART = 3,
}
Expand description
Timer Falling Input Edge Action
Value on reset: 0
Variants§
NONE = 0
0: No action
START = 1
1: Start counter without reload
STOP = 2
2: Stop counter without reload
RELOADSTART = 3
3: Reload and start counter
Trait Implementations§
impl Copy for FALLA_A
impl StructuralPartialEq for FALLA_A
Auto Trait Implementations§
impl Freeze for FALLA_A
impl RefUnwindSafe for FALLA_A
impl Send for FALLA_A
impl Sync for FALLA_A
impl Unpin for FALLA_A
impl UnwindSafe for FALLA_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