[][src]Type Definition nuc1xx::int::NMI_SEL

type NMI_SEL = Reg<u32, _NMI_SEL>;

NMI source interrupt select control register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see nmi_sel module

Trait Implementations

impl Readable for NMI_SEL[src]

read() method returns nmi_sel::R reader structure

impl ResetValue for NMI_SEL[src]

Register NMI_SEL reset()'s with value 0

type Type = u32

Register size

impl Writable for NMI_SEL[src]

write(|w| ..) method takes nmi_sel::W writer structure