Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c42 static void FTM_SetPwmSync(FTM_Type *base, uint32_t syncMethod, bool swRstCnt, bool hwRstCnt);
93 static void FTM_SetPwmSync(FTM_Type *base, uint32_t syncMethod, bool swRstCnt, bool hwRstCnt) in FTM_SetPwmSync() argument
118 if ((syncMethod & FTM_SYNC_SWSYNC_MASK) != 0U) in FTM_SetPwmSync()
129 if ((syncMethod & (FTM_SYNC_TRIG0_MASK | FTM_SYNC_TRIG1_MASK | FTM_SYNC_TRIG2_MASK)) != 0U) in FTM_SetPwmSync()
140 if ((syncMethod & FTM_SYNC_TRIG0_MASK) != 0U) in FTM_SetPwmSync()
144 if ((syncMethod & FTM_SYNC_TRIG1_MASK) != 0U) in FTM_SetPwmSync()
148 if ((syncMethod & FTM_SYNC_TRIG2_MASK) != 0U) in FTM_SetPwmSync()