pub enum RESETW {
Reset = 1,
}
Expand description
reset bit
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