Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dresets.h43 RESET_PLL_USB = 13, ///< Select PLL_USB to be reset enumerator
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dresets.h45 RESET_PLL_USB = 15, ///< Select PLL_USB 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.c65 (1u << RESET_PLL_USB) | in runtime_init_early_resets()