Home
last modified time | relevance | path

Searched refs:io_bank0_irq_ctrl_hw_t (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dio_bank0.h178 } io_bank0_irq_ctrl_hw_t; typedef
223 io_bank0_irq_ctrl_hw_t proc0_irq_ctrl;
224 io_bank0_irq_ctrl_hw_t proc1_irq_ctrl;
225 io_bank0_irq_ctrl_hw_t dormant_wake_irq_ctrl;
227 io_bank0_irq_ctrl_hw_t irq_ctrl[3];
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dio_bank0.h176 } io_bank0_irq_ctrl_hw_t; typedef
439 io_bank0_irq_ctrl_hw_t proc0_irq_ctrl;
440 io_bank0_irq_ctrl_hw_t proc1_irq_ctrl;
441 io_bank0_irq_ctrl_hw_t dormant_wake_irq_ctrl;
443 io_bank0_irq_ctrl_hw_t irq_ctrl[3];
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c156io_bank0_irq_ctrl_hw_t *irq_ctrl_base = core ? &io_bank0_hw->proc1_irq_ctrl : &io_bank0_hw->proc0_… in gpio_default_irq_handler()
173 static void _gpio_set_irq_enabled(uint gpio, uint32_t events, bool enabled, io_bank0_irq_ctrl_hw_t in _gpio_set_irq_enabled()
201 io_bank0_irq_ctrl_hw_t *irq_ctrl_base = get_core_num() ? in gpio_set_irq_enabled()
260 io_bank0_irq_ctrl_hw_t *irq_ctrl_base = &io_bank0_hw->dormant_wake_irq_ctrl; in gpio_set_dormant_irq_enabled()
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h548 io_bank0_irq_ctrl_hw_t *irq_ctrl_base = get_core_num() ? in gpio_get_irq_event_mask()