Type Alias Fltctrl
pub type Fltctrl = Reg<FltctrlSpec>;Expand description
FLTCTRL (rw) register accessor: Fault Control
You can read this register and get fltctrl::R. You can reset, write, write_with_zero this register using fltctrl::W. You can also modify this register. See API.
For information about available fields see fltctrl module
Aliased Type§
#[repr(transparent)]pub struct Fltctrl {
register: VolatileCell<u32>,
_marker: PhantomData<FltctrlSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<FltctrlSpec>