Home
last modified time | relevance | path

Searched refs:psm_hw (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dpsm.h112 #define psm_hw ((psm_hw_t *)PSM_BASE) macro
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpsm.h144 #define psm_hw ((psm_hw_t *)PSM_BASE) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/
Dwatchdog.c48 hw_set_bits(&psm_hw->wdsel, PSM_WDSEL_BITS & ~(PSM_WDSEL_ROSC_BITS | PSM_WDSEL_XOSC_BITS)); in _watchdog_enable()