Crcr

Type Alias Crcr 

pub type Crcr = Reg<CrcrSpec>;
Expand description

CRCR (r) register accessor: CRC Register

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

For information about available fields see crcr module

Aliased Type§

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

Fields§

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