Datall

Type Alias Datall 

pub type Datall = Reg<DatallSpec>;
Expand description

DATALL (rw) register accessor: CRC_DATALL register.

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

For information about available fields see datall module

Aliased Type§

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

Fields§

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