Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/da7212/
Dfsl_dialog7212.c420 uint8_t indiv = 0, inputDiv = 0, regVal = 0; in DA7212_SetPLLConfig() local
432 inputDiv = 1; in DA7212_SetPLLConfig()
438 inputDiv = 2; in DA7212_SetPLLConfig()
443 inputDiv = 4; in DA7212_SetPLLConfig()
448 inputDiv = 8; in DA7212_SetPLLConfig()
453 inputDiv = 16; in DA7212_SetPLLConfig()
458 …(uint64_t)(((uint64_t)((((uint64_t)config->outputClock_HZ * 8U) * inputDiv) << 13U)) / (config->re… in DA7212_SetPLLConfig()