Note: Writing 1 to an NVIC_ICPR bit does not affect the active state of the corresponding interrupt.
These registers are only word-accessible
You can read
this register and get nvic_ipr0::R
. You can reset
, write
, write_with_zero
this register using nvic_ipr0::W
. You can also modify
this register. See API.
reset()
method sets NVIC_IPR0 to value 0
write(|w| ..)
method takes nvic_ipr0::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns nvic_ipr0::R
reader structure