Enum stm32wlxx_hal::pac::dmamux::csr::SOF7_A
pub enum SOF7_A {
NoSyncEvent = 0,
SyncEvent = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SOF0
Value on reset: 0
Variants§
NoSyncEvent = 0
0: No synchronization event occured on a DMA request line multiplexer channel x, while the DMA request counter value is lower than NBREQ
SyncEvent = 1
1: Synchronization event occured on a DMA request line multiplexer channel x, while the DMA request counter value is lower than NBREQ
Trait Implementations§
impl Copy for SOF0_A
impl StructuralPartialEq for SOF0_A
Auto Trait Implementations§
impl RefUnwindSafe for SOF0_A
impl Send for SOF0_A
impl Sync for SOF0_A
impl Unpin for SOF0_A
impl UnwindSafe for SOF0_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