#[repr(C)]pub struct RegisterBlock {
pub mode: Reg<MODE_SPEC>,
pub seed: Reg<SEED_SPEC>,
/* private fields */
}Expand description
Register block
Fields§
§mode: Reg<MODE_SPEC>0x00 - CRC mode register
seed: Reg<SEED_SPEC>0x04 - CRC seed register
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub fn sum_wr_data_wr_data(&self) -> &Reg<SUM_WR_DATA_WR_DATA_SPEC>
pub fn sum_wr_data_wr_data(&self) -> &Reg<SUM_WR_DATA_WR_DATA_SPEC>
0x08 - CRC data register
Sourcepub fn sum_wr_data_sum(&self) -> &Reg<SUM_WR_DATA_SUM_SPEC>
pub fn sum_wr_data_sum(&self) -> &Reg<SUM_WR_DATA_SUM_SPEC>
0x08 - CRC checksum register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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