#[repr(u8)]
pub enum RISEA_A {
NONE,
START,
STOP,
RELOADSTART,
}
Expand description
Timer Rising Input Edge Action
Value on reset: 0
Variants
NONE
0: No action
START
1: Start counter without reload
STOP
2: Stop counter without reload
RELOADSTART
3: Reload and start counter
Trait Implementations
impl Copy for RISEA_A
impl StructuralPartialEq for RISEA_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more