pub enum ECEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field ECE
Variants§
DISABLED
External clock mode 2 disabled
ENABLED
External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal.
Auto Trait Implementations§
impl Freeze for ECEW
impl RefUnwindSafe for ECEW
impl Send for ECEW
impl Sync for ECEW
impl Unpin for ECEW
impl UnwindSafe for ECEW
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