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