Enum stm32wlxx_hal::pac::tim2::smcr::ECE_A
pub enum ECE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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_A
impl StructuralPartialEq for ECE_A
Auto Trait Implementations§
impl RefUnwindSafe for ECE_A
impl Send for ECE_A
impl Sync for ECE_A
impl Unpin for ECE_A
impl UnwindSafe for ECE_A
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