[][src]Type Definition lpc55s6x_pac::syscon::nmisrc::W

type W = W<u32, NMISRC>;

Writer for register NMISRC

Methods

impl W[src]

pub fn irqcpu0(&mut self) -> IRQCPU0_W[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(&mut self) -> IRQCPU1_W[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(&mut self) -> NMIENCPU1_W[src]

Bit 30 - Write a 1 to this bit to enable the Non-Maskable Interrupt (NMI) source selected by IRQCPU1.

pub fn nmiencpu0(&mut self) -> NMIENCPU0_W[src]

Bit 31 - Write a 1 to this bit to enable the Non-Maskable Interrupt (NMI) source selected by IRQCPU0.