Home
last modified time | relevance | path

Searched refs:IS_GFXTIM_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxtim.c180 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()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxtim.c180 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()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxtim.c180 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()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gfxtim.h572 #define IS_GFXTIM_INTERRUPT(PARAM) (((PARAM) == GFXTIM_IT_ENABLE ) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gfxtim.h572 #define IS_GFXTIM_INTERRUPT(PARAM) (((PARAM) == GFXTIM_IT_ENABLE ) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gfxtim.h572 #define IS_GFXTIM_INTERRUPT(PARAM) (((PARAM) == GFXTIM_IT_ENABLE ) || \ macro