pub enum CEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Counter enable Note: Gated mode can work only if the CEN bit has been previously set by software. However trigger mode can set the CEN bit automatically by hardware. CEN is cleared automatically in one-pulse mode, when an update event occurs.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CEN
impl Eq for CEN
impl StructuralPartialEq for CEN
Auto Trait Implementations§
impl Freeze for CEN
impl RefUnwindSafe for CEN
impl Send for CEN
impl Sync for CEN
impl Unpin for CEN
impl UnwindSafe for CEN
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