Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pll/include/hardware/
Dpll.h82 #ifndef PLL_RESET_NUM
83 #define PLL_RESET_NUM(pll) ((pll_usb_hw == (pll)) ? RESET_PLL_USB : RESET_PLL_SYS) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/
Dpll.c50 reset_unreset_block_num_wait_blocking(PLL_RESET_NUM(pll)); in pll_init()