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