pub enum OPM_A {
NOTSTOPPED,
STOPPED,
}
Expand description
One-pulse mode
Value on reset: 0
Variants
NOTSTOPPED
0: Not stopped at update event
STOPPED
1: Counter stops counting at next update event
Trait Implementations
impl Copy for OPM_A
impl StructuralPartialEq for OPM_A
Auto Trait Implementations
impl RefUnwindSafe for OPM_A
impl Send for OPM_A
impl Sync for OPM_A
impl Unpin for OPM_A
impl UnwindSafe for OPM_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