Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pll/
Dpll.c42 if ((pll->cs & PLL_CS_LOCK_BITS) && in pll_init()
63 while (!(pll->cs & PLL_CS_LOCK_BITS)) tight_loop_contents(); in pll_init()
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Dpll.h29 #define PLL_CS_LOCK_BITS _u(0x80000000) macro
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Dpll.h29 #define PLL_CS_LOCK_BITS _u(0x80000000) macro