pub enum SOF0 {
NoSyncEvent = 0,
SyncEvent = 1,
}
Expand description
Synchronization Overrun Flag %s
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
impl Eq for SOF0
impl StructuralPartialEq for SOF0
Auto Trait Implementations§
impl Freeze for SOF0
impl RefUnwindSafe for SOF0
impl Send for SOF0
impl Sync for SOF0
impl Unpin for SOF0
impl UnwindSafe for SOF0
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