Set a bit high to enable NMI from that IRQ
You can read
this register and get proc0_nmi_mask::R
. You can reset
, write
, write_with_zero
this register using proc0_nmi_mask::W
. You can also modify
this register. See API.
reset()
method sets PROC0_NMI_MASK to value 0
write(|w| ..)
method takes proc0_nmi_mask::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns proc0_nmi_mask::R
reader structure