Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Daccessctrl.h515 #define accessctrl_hw ((accessctrl_hw_t *)ACCESSCTRL_BASE) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h1395 if (ns) hw_set_bits(&accessctrl_hw->gpio_nsmask[gpio/32], 1u << (gpio & 0x1fu)); in gpio_assign_to_ns()
1396 else hw_clear_bits(&accessctrl_hw->gpio_nsmask[gpio/32], 1u << (gpio & 0x1fu)); in gpio_assign_to_ns()