Searched refs:reloadPoints (Results 1 – 2 of 2) sorted by relevance
67 static void FTM_SetReloadPoints(FTM_Type *base, uint32_t reloadPoints);159 static void FTM_SetReloadPoints(FTM_Type *base, uint32_t reloadPoints) in FTM_SetReloadPoints() argument180 reg |= (reloadPoints & ((1U << FSL_FEATURE_FTM_CHANNEL_COUNTn(base)) - 1)); in FTM_SetReloadPoints()184 if (reloadPoints & kFTM_HalfCycMatch) in FTM_SetReloadPoints()198 if (reloadPoints & kFTM_CntMax) in FTM_SetReloadPoints()208 if (reloadPoints & kFTM_CntMin) in FTM_SetReloadPoints()245 FTM_SetReloadPoints(base, config->reloadPoints); in FTM_Init()312 config->reloadPoints = 0; in FTM_GetDefaultConfig()
339 uint32_t reloadPoints; /*!< FTM reload points; When using this, the PWM member
Completed in 8 milliseconds