pub enum RESETW {
Reset = 1,
}Expand description
RESET bit This bit is set by software to reset the CRC calculation unit and set the data register to the value stored in the CRC_INIT register. This bit can only be set, it is automatically cleared by hardware
Value on reset: 0
Variants§
Reset = 1
1: Resets the CRC calculation unit and sets the data register to 0xFFFF FFFF
Trait Implementations§
impl Copy for RESETW
impl Eq for RESETW
impl StructuralPartialEq for RESETW
Auto Trait Implementations§
impl Freeze for RESETW
impl RefUnwindSafe for RESETW
impl Send for RESETW
impl Sync for RESETW
impl Unpin for RESETW
impl UnwindSafe for RESETW
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