Datalu

Type Alias Datalu 

pub type Datalu = Reg<DataluSpec>;
Expand description

DATALU (rw) register accessor: CRC_DATALU register.

You can read this register and get datalu::R. You can reset, write, write_with_zero this register using datalu::W. You can also modify this register. See API.

For information about available fields see datalu module

Aliased Type§

#[repr(transparent)]
pub struct Datalu { register: VolatileCell<u8>, _marker: PhantomData<DataluSpec>, }

Fields§

§register: VolatileCell<u8>§_marker: PhantomData<DataluSpec>