pub enum CL_A {
_0 = 0,
_1 = 1,
}Expand description
Internal Work Memory Clear
Value on reset: 0
Variants§
_0 = 0
0: no effect
_1 = 1
1: Clears the input FIFO, output FIFO, input buffer memory, intermediate memory and accumulator.
Trait Implementations§
impl Copy for CL_A
impl Eq for CL_A
impl StructuralPartialEq for CL_A
Auto Trait Implementations§
impl Freeze for CL_A
impl RefUnwindSafe for CL_A
impl Send for CL_A
impl Sync for CL_A
impl Unpin for CL_A
impl UnsafeUnpin for CL_A
impl UnwindSafe for CL_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