pub enum WAS_A {
_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_A
impl StructuralPartialEq for WAS_A
Auto Trait Implementations§
impl Freeze for WAS_A
impl RefUnwindSafe for WAS_A
impl Send for WAS_A
impl Sync for WAS_A
impl Unpin for WAS_A
impl UnsafeUnpin for WAS_A
impl UnwindSafe for WAS_A
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