Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c245 …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()
Dfsl_ftm.h348 …uint32_t pwmSyncMode; /*!< Synchronization methods to use to update buffered r… member