Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_lptmr_time_stamp.c54 LPTMR_SetTimerPeriod(s_LptmrBase[halTimeStampState->timeStampInstance], 0xFFFFFFFFUL); in HAL_HWTimeStampInit()
56 LPTMR_SetTimerPeriod(s_LptmrBase[halTimeStampState->timeStampInstance], 0xFFFFUL); in HAL_HWTimeStampInit()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_lptmr.c130 LPTMR_SetTimerPeriod(s_LptmrBase[halTimerState->instance], in HAL_TimerInit()
248 LPTMR_SetTimerPeriod(s_LptmrBase[halTimerState->instance], tickCount); in HAL_TimerUpdateTimeout()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lptmr/
Dfsl_lptmr.h305 static inline void LPTMR_SetTimerPeriod(LPTMR_Type *base, uint32_t ticks) in LPTMR_SetTimerPeriod() function