pub enum ECE {
Disabled = 0,
Enabled = 1,
}
Expand description
External clock enable
Value on reset: 0
Variants§
Disabled = 0
0: External clock mode 2 disabled
Enabled = 1
1: External clock mode 2 enabled. The counter is clocked by any active edge on the ETRF signal.
Trait Implementations§
impl Copy for ECE
impl Eq for ECE
impl StructuralPartialEq for ECE
Auto Trait Implementations§
impl Freeze for ECE
impl RefUnwindSafe for ECE
impl Send for ECE
impl Sync for ECE
impl Unpin for ECE
impl UnwindSafe for ECE
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