Searched refs:IS_GFXTIM_INTERRUPT (Results 1 – 6 of 6) sorted by relevance
180 assert_param(IS_GFXTIM_INTERRUPT(hgfxtim->Init.TearingEffectInterrupt)); in HAL_GFXTIM_Init()737 assert_param(IS_GFXTIM_INTERRUPT(pAbsoluteTimerConfig->FrameOverflowInterrupt)); in HAL_GFXTIM_AbsoluteTimer_Config()738 assert_param(IS_GFXTIM_INTERRUPT(pAbsoluteTimerConfig->FrameCompare1Interrupt)); in HAL_GFXTIM_AbsoluteTimer_Config()742 assert_param(IS_GFXTIM_INTERRUPT(pAbsoluteTimerConfig->LineOverflowInterrupt)); in HAL_GFXTIM_AbsoluteTimer_Config()743 assert_param(IS_GFXTIM_INTERRUPT(pAbsoluteTimerConfig->LineCompare1Interrupt)); in HAL_GFXTIM_AbsoluteTimer_Config()744 assert_param(IS_GFXTIM_INTERRUPT(pAbsoluteTimerConfig->LineCompare2Interrupt)); in HAL_GFXTIM_AbsoluteTimer_Config()1128 assert_param(IS_GFXTIM_INTERRUPT(pRelativeTimerConfig->ReloadInterrupt)); in HAL_GFXTIM_RelativeTimer_Config()1467 assert_param(IS_GFXTIM_INTERRUPT(pEventGeneratorConfig->EventInterrupt)); in HAL_GFXTIM_EventGenerator_Config()1658 assert_param(IS_GFXTIM_INTERRUPT(pWatchdogConfig->AlarmInterrupt)); in HAL_GFXTIM_WatchdogTimer_Config()1659 assert_param(IS_GFXTIM_INTERRUPT(pWatchdogConfig->PreAlarmInterrupt)); in HAL_GFXTIM_WatchdogTimer_Config()
572 #define IS_GFXTIM_INTERRUPT(PARAM) (((PARAM) == GFXTIM_IT_ENABLE ) || \ macro