#[repr(u8)]pub enum RISEA_A {
NONE = 0,
START = 1,
STOP = 2,
RELOADSTART = 3,
}
Expand description
Timer Rising 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 RISEA_A
impl StructuralPartialEq for RISEA_A
Auto Trait Implementations§
impl Freeze for RISEA_A
impl RefUnwindSafe for RISEA_A
impl Send for RISEA_A
impl Sync for RISEA_A
impl Unpin for RISEA_A
impl UnwindSafe for RISEA_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