Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_gpt.c148 …reserveCount = (uint32_t)MSEC_TO_COUNT((4), (halTimerState->timerClock… in HAL_TimerGetMaxTimeout()
149 if ((reserveCount < MSEC_TO_COUNT((1), (halTimerState->timerClock_Hz))) || in HAL_TimerGetMaxTimeout()
Dfsl_adapter_ostimer.c116 …reserveCount = (uint32_t)MSEC_TO_COUNT((reserveMs), (halTimerState->ti… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_lpit.c148 …reserveCount = (uint32_t)MSEC_TO_COUNT((reserveMs), (halTimerState->ti… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_mrt.c142 …reserveCount = (uint32_t)MSEC_TO_COUNT((reserveMs), (halTimerState->ti… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_ctimer.c155 …reserveCount = (uint32_t)MSEC_TO_COUNT((reserveMs), (halTimerState->ti… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_ftm.c158 …reserveCount = (uint32_t)MSEC_TO_COUNT((reserveMs), (halTimerState->ti… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_pit.c172 …reserveCount = (uint32_t)MSEC_TO_COUNT((reserveMs), (halTimerState->ti… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_lptmr.c184 …reserveCount = (uint32_t)MSEC_TO_COUNT((reserveMs), (halTimerState->ti… in HAL_TimerGetMaxTimeout()
/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common_riscv.h28 #define MSEC_TO_COUNT(ms, clockFreqInHz) (uint64_t)((uint64_t)(ms) * (clockFreqInHz) / 1000U) macro
Dfsl_common_dsp.h29 #define MSEC_TO_COUNT(ms, clockFreqInHz) (uint64_t)((uint64_t)(ms) * (clockFreqInHz) / 1000U) macro
Dfsl_common_arm.h322 #define MSEC_TO_COUNT(ms, clockFreqInHz) (uint64_t)((uint64_t)(ms) * (clockFreqInHz) / 1000U) macro