Home
last modified time | relevance | path

Searched refs:io_irq_ctrl_hw_t (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/
A Diobank0.h18 } io_irq_ctrl_hw_t; typedef
27 io_irq_ctrl_hw_t proc0_irq_ctrl;
28 io_irq_ctrl_hw_t proc1_irq_ctrl;
29 io_irq_ctrl_hw_t dormant_wake_irq_ctrl;
/lk-master/external/platform/pico/rp2_common/hardware_gpio/
A Dgpio.c84 io_irq_ctrl_hw_t *irq_ctrl_base = get_core_num() ? in gpio_irq_handler()
100 static void _gpio_set_irq_enabled(uint gpio, uint32_t events, bool enabled, io_irq_ctrl_hw_t *irq_c… in _gpio_set_irq_enabled()
116 io_irq_ctrl_hw_t *irq_ctrl_base = get_core_num() ? in gpio_set_irq_enabled()
132 io_irq_ctrl_hw_t *irq_ctrl_base = &iobank0_hw->dormant_wake_irq_ctrl; in gpio_set_dormant_irq_enabled()

Completed in 4 milliseconds