Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_pllctlv2_drv.h115 static inline void pllctlv2_set_pll_lock_time(PLLCTLV2_Type *ptr, uint8_t pll, uint32_t xtal_cycles) in pllctlv2_set_pll_lock_time() argument
117 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() argument
128 ptr->PLL[pll].STEPTIME = PLLCTLV2_PLL_STEPTIME_STEPTIME_SET(xtal_cycles); in pllctlv2_set_pll_step_time()

Completed in 6 milliseconds