Type Alias rp2040_pac::pio0::IRQ_FORCE
source · pub type IRQ_FORCE = Reg<IRQ_FORCE_SPEC>;
Expand description
IRQ_FORCE (w) register accessor: Writing a 1 to each of these bits will forcibly assert the corresponding IRQ. Note this is different to the INTF register: writing here affects PIO internal state. INTF just asserts the processor-facing IRQ signal for testing ISRs, and is not visible to the state machines.
You can reset
, write
, write_with_zero
this register using irq_force::W
. See API.
For information about available fields see irq_force
module
Aliased Type§
struct IRQ_FORCE { /* private fields */ }