Datahl

Type Alias Datahl 

pub type Datahl = Reg<DatahlSpec>;
Expand description

DATAHL (rw) register accessor: CRC_DATAHL register.

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

For information about available fields see datahl module

Aliased Type§

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

Fields§

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