Err

Type Alias Err 

pub type Err = Reg<ErrSpec>;
Expand description

ERR (rw) register accessor: Error Register

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

For information about available fields see err module

Aliased Type§

#[repr(transparent)]
pub struct Err { register: VolatileCell<u32>, _marker: PhantomData<ErrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<ErrSpec>