pub type NVIC_ICPR = Reg<NVIC_ICPR_SPEC>;Expand description
NVIC_ICPR (rw) register accessor: Use the Interrupt Clear-Pending Register to clear pending interrupts and determine which interrupts are currently pending.
You can read this register and get nvic_icpr::R. You can reset, write, write_with_zero this register using nvic_icpr::W. You can also modify this register. See API.
For information about available fields see nvic_icpr
module
Aliased Typeยง
pub struct NVIC_ICPR { /* private fields */ }