pub enum FL_AW {
_0 = 0,
_1 = 1,
}Expand description
Internal Work Memory Flush
Value on reset: 0
Variants§
_0 = 0
0: no effect
_1 = 1
1: starts converting the sampling rate of all the data in the input FIFO, input buffer memory, and intermediate memory(i.e., flush processing).
Trait Implementations§
impl Copy for FL_AW
impl Eq for FL_AW
impl StructuralPartialEq for FL_AW
Auto Trait Implementations§
impl Freeze for FL_AW
impl RefUnwindSafe for FL_AW
impl Send for FL_AW
impl Sync for FL_AW
impl Unpin for FL_AW
impl UnwindSafe for FL_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