Enum Fxor
pub enum Fxor {
_0 = 0,
_1 = 1,
}Expand description
Complement Read Of CRC Data Register
Value on reset: 0
Variants§
_0 = 0
0: No XOR on reading.
_1 = 1
1: Invert or complement the read value of the CRC Data register.
Trait Implementations§
impl Copy for Fxor
impl Eq for Fxor
impl StructuralPartialEq for Fxor
Auto Trait Implementations§
impl Freeze for Fxor
impl RefUnwindSafe for Fxor
impl Send for Fxor
impl Sync for Fxor
impl Unpin for Fxor
impl UnwindSafe for Fxor
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