Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.h996 static inline void FTM_SetQuadDecoderModuloValue(FTM_Type *base, uint32_t startValue, uint32_t over… in FTM_SetQuadDecoderModuloValue() argument
998 base->CNTIN = startValue; in FTM_SetQuadDecoderModuloValue()
/hal_nxp-3.5.0/s32/drivers/s32ze/Gpt/include/
DStm_Ip.h269 void Stm_Ip_StartTimer(uint8 instance, uint32 startValue);
/hal_nxp-3.5.0/s32/drivers/s32ze/Gpt/src/
DStm_Ip.c673 void Stm_Ip_StartTimer(uint8 instance, uint32 startValue) in Stm_Ip_StartTimer() argument
679 Stm_Ip_SetCntValue(instance, startValue); in Stm_Ip_StartTimer()