pub enum FL_A {
_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_A
impl Eq for FL_A
impl StructuralPartialEq for FL_A
Auto Trait Implementations§
impl Freeze for FL_A
impl RefUnwindSafe for FL_A
impl Send for FL_A
impl Sync for FL_A
impl Unpin for FL_A
impl UnsafeUnpin for FL_A
impl UnwindSafe for FL_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