Enum Was
pub enum Was {
_0 = 0,
_1 = 1,
}Expand description
Write CRC Data Register As Seed
Value on reset: 0
Variants§
_0 = 0
0: Writes to the CRC data register are data values.
_1 = 1
1: Writes to the CRC data register are seed values.
Trait Implementations§
impl Copy for Was
impl Eq for Was
impl StructuralPartialEq for Was
Auto Trait Implementations§
impl Freeze for Was
impl RefUnwindSafe for Was
impl Send for Was
impl Sync for Was
impl Unpin for Was
impl UnwindSafe for Was
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