Afsr

Type Alias Afsr 

pub type Afsr = Reg<AfsrSpec>;
Expand description

AFSR (rw) register accessor: Auxiliary Fault Status Register

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

For information about available fields see afsr module

Aliased Type§

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

Fields§

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