Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/fmeas/
Dfsl_fmeas.c67 uint32_t targetClockCount = TARGET_CLOCK_COUNT(base); in FMEAS_GetFrequency() local
70 if (((int32_t)targetClockCount) > 0) in FMEAS_GetFrequency()
72 clkrate = (((uint64_t)targetClockCount) * (uint64_t)refClockRate) / REFERENCE_CLOCK_COUNT; in FMEAS_GetFrequency()
87 uint32_t *targetClockCount) in FMEAS_GetCountWithScale() argument
89 *targetClockCount = TARGET_CLOCK_COUNT(base); in FMEAS_GetCountWithScale()
Dfsl_fmeas.h161 uint32_t *targetClockCount);