Searched refs:pllInteger (Results 1 – 1 of 1) sorted by relevance
423 uint8_t pllInteger; in DA7212_SetPLLConfig() local461 pllInteger = (uint8_t)(pllValue >> 13U); in DA7212_SetPLLConfig()462 pllFractional = (uint32_t)(pllValue - ((uint64_t)pllInteger << 13U)); in DA7212_SetPLLConfig()470 retVal = DA7212_WriteRegister(handle, DIALOG7212_PLL_INTEGER, pllInteger); in DA7212_SetPLLConfig()