Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.h1005 static inline void FTM_SetQuadDecoderModuloValue(FTM_Type *base, uint32_t startValue, uint32_t over… in FTM_SetQuadDecoderModuloValue() argument
1007 base->CNTIN = startValue; in FTM_SetQuadDecoderModuloValue()
/hal_nxp-3.6.0/s32/drivers/s32ze/Gpt/include/
DStm_Ip.h312 void Stm_Ip_StartTimer(uint8 instance, uint32 startValue);
/hal_nxp-3.6.0/s32/drivers/s32ze/Gpt/src/
DStm_Ip.c1089 void Stm_Ip_StartTimer(uint8 instance, uint32 startValue) in Stm_Ip_StartTimer() argument
1095 Stm_Ip_SetCntValue(instance, startValue); in Stm_Ip_StartTimer()