#[repr(u8)]pub enum FALLA {
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
impl Eq for FALLA
impl IsEnum for FALLA
impl StructuralPartialEq for FALLA
Auto Trait Implementations§
impl Freeze for FALLA
impl RefUnwindSafe for FALLA
impl Send for FALLA
impl Sync for FALLA
impl Unpin for FALLA
impl UnwindSafe for FALLA
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