Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_ftm.c55 static void FTM_SetPwmSync(FTM_Type *base, uint32_t syncMethod);
102 static void FTM_SetPwmSync(FTM_Type *base, uint32_t syncMethod) in FTM_SetPwmSync() argument
124 if (syncMethod & FTM_SYNC_SWSYNC_MASK) in FTM_SetPwmSync()
131 if (syncMethod & (FTM_SYNC_TRIG0_MASK | FTM_SYNC_TRIG1_MASK | FTM_SYNC_TRIG2_MASK)) in FTM_SetPwmSync()
138 if (syncMethod & FTM_SYNC_TRIG0_MASK) in FTM_SetPwmSync()
142 if (syncMethod & FTM_SYNC_TRIG1_MASK) in FTM_SetPwmSync()
146 if (syncMethod & FTM_SYNC_TRIG2_MASK) in FTM_SetPwmSync()

Completed in 6 milliseconds