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