Lines Matching refs:EventGenerator
1451 …tusTypeDef HAL_GFXTIM_EventGenerator_Config(GFXTIM_HandleTypeDef *hgfxtim, uint32_t EventGenerator, in HAL_GFXTIM_EventGenerator_Config() argument
1464 assert_param(IS_GFXTIM_EVENT_GENERATOR(EventGenerator)); in HAL_GFXTIM_EventGenerator_Config()
1472 shift = (EventGenerator) * 8U; in HAL_GFXTIM_EventGenerator_Config()
1479 (GFXTIM_IER_EV1IE << (EventGenerator)), \ in HAL_GFXTIM_EventGenerator_Config()
1480 … (pEventGeneratorConfig->EventInterrupt << (EventGenerator + GFXTIM_IER_EV1IE_Pos))); in HAL_GFXTIM_EventGenerator_Config()
1498 …tusTypeDef HAL_GFXTIM_EventGenerator_Enable(GFXTIM_HandleTypeDef *hgfxtim, uint32_t EventGenerator) in HAL_GFXTIM_EventGenerator_Enable() argument
1509 assert_param(IS_GFXTIM_EVENT_GENERATOR(EventGenerator)); in HAL_GFXTIM_EventGenerator_Enable()
1514 SET_BIT(hgfxtim->Instance->EVCR, GFXTIM_EVCR_EV1EN << EventGenerator); in HAL_GFXTIM_EventGenerator_Enable()
1532 …usTypeDef HAL_GFXTIM_EventGenerator_Disable(GFXTIM_HandleTypeDef *hgfxtim, uint32_t EventGenerator) in HAL_GFXTIM_EventGenerator_Disable() argument
1543 assert_param(IS_GFXTIM_EVENT_GENERATOR(EventGenerator)); in HAL_GFXTIM_EventGenerator_Disable()
1548 CLEAR_BIT(hgfxtim->Instance->EVCR, GFXTIM_EVCR_EV1EN << EventGenerator); in HAL_GFXTIM_EventGenerator_Disable()