Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/da7212/
Dfsl_dialog7212.c423 uint8_t pllInteger; in DA7212_SetPLLConfig() local
461 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()