Datal

Type Alias Datal 

pub type Datal = Reg<DatalSpec>;
Expand description

DATAL (rw) register accessor: CRC_DATAL register.

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

For information about available fields see datal module

Aliased Type§

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

Fields§

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