Enum stm32wlxx_hal::pac::tim2::smcr::ETP_A
pub enum ETP_A {
NotInverted = 0,
Inverted = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
External trigger polarity
Value on reset: 0
Variants§
NotInverted = 0
0: ETR is noninverted, active at high level or rising edge
Inverted = 1
1: ETR is inverted, active at low level or falling edge
Trait Implementations§
impl Copy for ETP_A
impl StructuralPartialEq for ETP_A
Auto Trait Implementations§
impl RefUnwindSafe for ETP_A
impl Send for ETP_A
impl Sync for ETP_A
impl Unpin for ETP_A
impl UnwindSafe for ETP_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