Datah

Type Alias Datah 

pub type Datah = Reg<DatahSpec>;
Expand description

DATAH (rw) register accessor: CRC_DATAH register.

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

For information about available fields see datah module

Aliased Type§

#[repr(transparent)]
pub struct Datah { register: VolatileCell<u16>, _marker: PhantomData<DatahSpec>, }

Fields§

§register: VolatileCell<u16>§_marker: PhantomData<DatahSpec>