Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_pllctlv2_drv.c82 void pllctlv2_set_postdiv(PLLCTLV2_Type *ptr, uint8_t pll, uint8_t div_index, uint8_t div_value) in pllctlv2_set_postdiv() argument
86 …(ptr->PLL[pll].DIV[div_index] & ~PLLCTLV2_PLL_DIV_DIV_MASK) | PLLCTLV2_PLL_DIV_DIV_SET(div_value) | in pllctlv2_set_postdiv()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_pllctlv2_drv.h138 void pllctlv2_set_postdiv(PLLCTLV2_Type *ptr, uint8_t pll, uint8_t div_index, uint8_t div_value);

Completed in 8 milliseconds