Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.c661 uint32_t inputDivider = 0U; in WM8904_SetFLLConfig() local
668 inputDivider = 0; in WM8904_SetFLLConfig()
672 inputDivider = 1; in WM8904_SetFLLConfig()
676 inputDivider = 2; in WM8904_SetFLLConfig()
680 inputDivider = 3; in WM8904_SetFLLConfig()
683 if (referenceClock / (1UL << inputDivider) > 13500000U) in WM8904_SetFLLConfig()
688 referenceClock = referenceClock / (1UL << inputDivider); in WM8904_SetFLLConfig()
752 …WM8904_WriteRegister(handle, WM8904_FLL_CONTROL_5, (uint16_t)((inputDivider << 3U) | (uint16_t)con… in WM8904_SetFLLConfig()