Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dresets.h42 RESET_PLL_SYS = 12, ///< Select PLL_SYS to be reset enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dresets.h44 RESET_PLL_SYS = 14, ///< Select PLL_SYS to be reset enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/include/hardware/
Dpll.h83 #define PLL_RESET_NUM(pll) ((pll_usb_hw == (pll)) ? RESET_PLL_USB : RESET_PLL_SYS)
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init.c68 (1u << RESET_PLL_SYS) in runtime_init_early_resets()