Searched refs:xtal_cycles (Results 1 – 1 of 1) sorted by relevance
115 static inline void pllctlv2_set_pll_lock_time(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t xtal_cycles) in pllctlv2_set_pll_lock_time() argument117 ptr->PLL[pll].LOCKTIME = PLLCTLV2_PLL_LOCKTIME_LOCKTIME_SET(xtal_cycles); in pllctlv2_set_pll_lock_time()126 static inline void pllctlv2_set_pll_step_time(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t xtal_cycles) in pllctlv2_set_pll_step_time() argument128 ptr->PLL[pll].STEPTIME = PLLCTLV2_PLL_STEPTIME_STEPTIME_SET(xtal_cycles); in pllctlv2_set_pll_step_time()
Completed in 6 milliseconds