Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_pll/
Dpll.c38 uint32_t pdiv = (post_div1 << PLL_PRIM_POSTDIV1_LSB) | in pll_init() local
45 (pdiv == (pll->prim & (PLL_PRIM_POSTDIV1_BITS | PLL_PRIM_POSTDIV2_BITS)))) { in pll_init()
66 pll->prim = pdiv; in pll_init()