Searched refs:fllConfig (Results 1 – 1 of 1) sorted by relevance
138 …us_t WM8962_SetInternalFllConfig(wm8962_handle_t *handle, const wm8962_fll_clk_config_t *fllConfig) in WM8962_SetInternalFllConfig() argument140 assert(fllConfig->fllReferenceClockFreq != 0U); in WM8962_SetInternalFllConfig()144 …uint32_t refClock = fllConfig->fllReferenceClockFreq, fllRatio = 0U, outClk = fllConfig->fllOutput… in WM8962_SetInternalFllConfig()149 …WM8962_CHECK_RET(WM8962_GetClockDivider(fllConfig->fllReferenceClockFreq, WM8962_FLL_MAX_REFERENCE… in WM8962_SetInternalFllConfig()152 refClock = fllConfig->fllReferenceClockFreq / (uint32_t)(1UL << (refDiv & 3U)); in WM8962_SetInternalFllConfig()228 … (uint16_t)((fllConfig->fllClockSource == kWM8962_FLLClkSourceMCLK ? 0x0UL : 0x20UL) | 0x5UL)), in WM8962_SetInternalFllConfig()