Type Alias rp2040_pac::ppb::NVIC_ICER

source ·
pub type NVIC_ICER = Reg<NVIC_ICER_SPEC>;
Expand description

NVIC_ICER (rw) register accessor: Use the Interrupt Clear-Enable Registers to disable interrupts and determine which interrupts are currently enabled.

You can read this register and get nvic_icer::R. You can reset, write, write_with_zero this register using nvic_icer::W. You can also modify this register. See API.

For information about available fields see nvic_icer module

Aliased Type§

struct NVIC_ICER { /* private fields */ }