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