Searched refs:PLLCTL_PLL_CFG0_POSTDIV1_GET (Results 1 – 2 of 2) sorted by relevance
95 postdiv = PLLCTL_PLL_CFG0_POSTDIV1_GET(ptr->PLL[pll].CFG0); in pllctl_init_int_pll_with_freq()163 postdiv = PLLCTL_PLL_CFG0_POSTDIV1_GET(ptr->PLL[pll].CFG0); in pllctl_init_frac_pll_with_freq()232 postdiv = PLLCTL_PLL_CFG0_POSTDIV1_GET(ptr->PLL[pll].CFG0); in pllctl_get_pll_freq_in_hz()
97 #define PLLCTL_PLL_CFG0_POSTDIV1_GET(x) (((uint32_t)(x) & PLLCTL_PLL_CFG0_POSTDIV1_MASK) >> PLLCTL_… macro
Completed in 7 milliseconds