pub enum RESETW {
RESET,
}
Expand description
Values that can be written to the field RESET
Variants§
RESET
Resets the CRC calculation unit and sets the data register to 0xFFFF FFFF
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