pub enum CLEAR_AW {
CLEAR = 1,
}
Expand description
Write 1 to clear internal checksum states
Value on reset: 0
Variants§
CLEAR = 1
1: Write 1 to clear internal states
Trait Implementations§
impl Copy for CLEAR_AW
impl Eq for CLEAR_AW
impl StructuralPartialEq for CLEAR_AW
Auto Trait Implementations§
impl Freeze for CLEAR_AW
impl RefUnwindSafe for CLEAR_AW
impl Send for CLEAR_AW
impl Sync for CLEAR_AW
impl Unpin for CLEAR_AW
impl UnwindSafe for CLEAR_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