Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8962/
Dfsl_wm8962.c146 …uint32_t fllGCD = 0U, fllTheta = 0U, fllLambda = 0U, nDivider = 0U, delayUs = WM8962_FLL_LOCK_TIME… in WM8962_SetInternalFllConfig() local
217 fllTheta = (fVCO - nDivider * (uint32_t)(1UL << fllRatio) * refClock) / fllGCD; in WM8962_SetInternalFllConfig()
223 WM8962_CHECK_RET(WM8962_WriteReg(handle, WM8962_FLL_CTRL_6, (uint16_t)fllTheta), ret); in WM8962_SetInternalFllConfig()