Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dnvic.h87 } nvic_hw_t; typedef
89 #define nvic_hw ((nvic_hw_t *)(PPB_BASE + M33_NVIC_ISER0_OFFSET))
90 #define nvic_ns_hw ((nvic_hw_t *)(PPB_NONSEC_BASE + M33_NVIC_ISER0_OFFSET))
91 static_assert(sizeof (nvic_hw_t) == 0x0340, "");
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dnvic.h63 } nvic_hw_t; typedef
65 #define nvic_hw ((nvic_hw_t *)(PPB_BASE + M0PLUS_NVIC_ISER_OFFSET))
66 static_assert(sizeof (nvic_hw_t) == 0x0320, "");