Enum stm32wlxx_hal::pac::dmamux::c6cr::SPOL_A
#[repr(u8)]pub enum SPOL_A {
NoEdge = 0,
RisingEdge = 1,
FallingEdge = 2,
BothEdges = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Synchronization polarity
Value on reset: 0
Variants§
NoEdge = 0
0: No event, i.e. no synchronization nor detection
RisingEdge = 1
1: Rising edge
FallingEdge = 2
2: Falling edge
BothEdges = 3
3: Rising and falling edges
Trait Implementations§
impl Copy for SPOL_A
impl StructuralPartialEq for SPOL_A
Auto Trait Implementations§
impl RefUnwindSafe for SPOL_A
impl Send for SPOL_A
impl Sync for SPOL_A
impl Unpin for SPOL_A
impl UnwindSafe for SPOL_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