Fdcrc

Type Alias Fdcrc 

pub type Fdcrc = Reg<FdcrcSpec>;
Expand description

FDCRC (r) register accessor: CAN FD CRC Register

You can read this register and get fdcrc::R. See API.

For information about available fields see fdcrc module

Aliased Type§

#[repr(transparent)]
pub struct Fdcrc { register: VolatileCell<u32>, _marker: PhantomData<FdcrcSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<FdcrcSpec>