[−][src]Type Definition lpc55_pac::syscon::nmisrc::R
type R = R<u32, NMISRC>;
Reader of register NMISRC
Implementations
impl R
[src]
pub fn irqcpu0(&self) -> IRQCPU0_R
[src]
Bits 0:5 - The IRQ number of the interrupt that acts as the Non-Maskable Interrupt (NMI) for the CPU0, if enabled by NMIENCPU0.
pub fn irqcpu1(&self) -> IRQCPU1_R
[src]
Bits 8:13 - The IRQ number of the interrupt that acts as the Non-Maskable Interrupt (NMI) for the CPU1, if enabled by NMIENCPU1.
pub fn nmiencpu1(&self) -> NMIENCPU1_R
[src]
Bit 30 - Write a 1 to this bit to enable the Non-Maskable Interrupt (NMI) source selected by IRQCPU1.
pub fn nmiencpu0(&self) -> NMIENCPU0_R
[src]
Bit 31 - Write a 1 to this bit to enable the Non-Maskable Interrupt (NMI) source selected by IRQCPU0.