pub enum OPM {
Disabled = 0,
Enabled = 1,
}
Expand description
One-pulse mode
Value on reset: 0
Variants§
Disabled = 0
0: Counter is not stopped at update event
Enabled = 1
1: Counter stops counting at the next update event (clearing the CEN bit)
Trait Implementations§
impl Copy for OPM
impl Eq for OPM
impl StructuralPartialEq for OPM
Auto Trait Implementations§
impl Freeze for OPM
impl RefUnwindSafe for OPM
impl Send for OPM
impl Sync for OPM
impl Unpin for OPM
impl UnwindSafe for OPM
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