pub enum CRCEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Hardware CRC calculation enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CRCEN
impl Eq for CRCEN
impl StructuralPartialEq for CRCEN
Auto Trait Implementations§
impl Freeze for CRCEN
impl RefUnwindSafe for CRCEN
impl Send for CRCEN
impl Sync for CRCEN
impl Unpin for CRCEN
impl UnwindSafe for CRCEN
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