Cerr

Type Alias Cerr 

pub type Cerr = Reg<CerrSpec>;
Expand description

CERR (w) register accessor: Clear Error Register

You can reset, write, write_with_zero this register using cerr::W. See API.

For information about available fields see cerr module

Aliased Type§

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

Fields§

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