pub struct Crc { /* private fields */ }Expand description
LPC_Next0 CRC engine
Implementations§
Source§impl Crc
impl Crc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn wr_data16(self) -> Reg<WrData16, W>
pub const fn wr_data16(self) -> Reg<WrData16, W>
16-bit data written to this register will be taken to perform CRC calculation with selected bit order and 1’s complement pre-process.
Trait Implementations§
impl Copy for Crc
impl Eq for Crc
impl Send for Crc
impl StructuralPartialEq for Crc
impl Sync for Crc
Auto Trait Implementations§
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