Type Alias Nvicicpr
pub type Nvicicpr = Reg<NvicicprSpec>;Expand description
NVICICPR (rw) register accessor: Interrupt Clear Pending Register n
You can read this register and get nvicicpr::R. You can reset, write, write_with_zero this register using nvicicpr::W. You can also modify this register. See API.
For information about available fields see nvicicpr module
Aliased Type§
#[repr(transparent)]pub struct Nvicicpr {
register: VolatileCell<u32>,
_marker: PhantomData<NvicicprSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<NvicicprSpec>