pub enum FFLUSH_AW {
NoFlush = 0,
Flush = 1,
}
Expand description
FIFO flush. This bit is set by software. It is always read as 0. This bit should be configured when the SAI is disabled.
Value on reset: 0
Variants§
NoFlush = 0
0: No FIFO flush
Flush = 1
1: FIFO flush. Programming this bit to 1 triggers the FIFO Flush. All the internal FIFO pointers (read and write) are cleared
Trait Implementations§
impl Copy for FFLUSH_AW
impl StructuralPartialEq for FFLUSH_AW
Auto Trait Implementations§
impl Freeze for FFLUSH_AW
impl RefUnwindSafe for FFLUSH_AW
impl Send for FFLUSH_AW
impl Sync for FFLUSH_AW
impl Unpin for FFLUSH_AW
impl UnwindSafe for FFLUSH_AW
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