Searched refs:pwmSyncMode (Results 1 – 2 of 2) sorted by relevance
245 …if ((config->pwmSyncMode & (uint32_t)((uint32_t)FTM_SYNC_TRIG0_MASK | (uint32_t)FTM_SYNC_TRIG1_MAS… in FTM_Init()274 …FTM_SetPwmSync(base, config->pwmSyncMode, config->swTriggerResetCount, config->hwTriggerResetCount… in FTM_Init()382 config->pwmSyncMode = (uint32_t)kFTM_SoftwareTrigger; in FTM_GetDefaultConfig()
348 …uint32_t pwmSyncMode; /*!< Synchronization methods to use to update buffered r… member