Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/da7212/
Dfsl_dialog7212.c426 if (config->refClock_HZ == 32768U) in DA7212_SetPLLConfig()
433 else if ((config->refClock_HZ > 2000000U) && (config->refClock_HZ <= 10000000U)) in DA7212_SetPLLConfig()
438 else if ((config->refClock_HZ > 10000000U) && (config->refClock_HZ <= 20000000U)) in DA7212_SetPLLConfig()
443 else if ((config->refClock_HZ > 20000000U) && (config->refClock_HZ <= 40000000U)) in DA7212_SetPLLConfig()
456 …((uint64_t)((((uint64_t)config->outputClock_HZ * 8U) * inputDiv) << 13U)) / (config->refClock_HZ)); in DA7212_SetPLLConfig()
Dfsl_dialog7212.h1087 uint32_t refClock_HZ; /*!< pll reference clock frequency */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h249 uint32_t refClock_HZ; /*!< fll reference clock frequency */ member
Dfsl_wm8904.c660 uint32_t referenceClock = config->refClock_HZ; in WM8904_SetFLLConfig()