STM32H735xx HAL User Manual
Defines
MDMA interrupt enable definitions
MDMA Exported Constants

MDMA interrupt enable definitions. More...

Defines

#define MDMA_IT_TE   ((uint32_t)MDMA_CCR_TEIE)
#define MDMA_IT_CTC   ((uint32_t)MDMA_CCR_CTCIE)
#define MDMA_IT_BRT   ((uint32_t)MDMA_CCR_BRTIE)
#define MDMA_IT_BT   ((uint32_t)MDMA_CCR_BTIE)
#define MDMA_IT_BFTC   ((uint32_t)MDMA_CCR_TCIE)

Detailed Description

MDMA interrupt enable definitions.


Define Documentation

#define MDMA_IT_BFTC   ((uint32_t)MDMA_CCR_TCIE)

Buffer Transfer Complete interrupt

Definition at line 496 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_Abort(), HAL_MDMA_IRQHandler(), and HAL_MDMA_Start_IT().

#define MDMA_IT_BRT   ((uint32_t)MDMA_CCR_BRTIE)

Block Repeat Transfer interrupt

Definition at line 494 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_Abort(), HAL_MDMA_IRQHandler(), and HAL_MDMA_Start_IT().

#define MDMA_IT_BT   ((uint32_t)MDMA_CCR_BTIE)

Block Transfer interrupt

Definition at line 495 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_Abort(), HAL_MDMA_IRQHandler(), and HAL_MDMA_Start_IT().

#define MDMA_IT_CTC   ((uint32_t)MDMA_CCR_CTCIE)

Channel Transfer Complete interrupt

Definition at line 493 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_Abort(), HAL_MDMA_IRQHandler(), and HAL_MDMA_Start_IT().

#define MDMA_IT_TE   ((uint32_t)MDMA_CCR_TEIE)

Transfer Error interrupt

Definition at line 492 of file stm32h7xx_hal_mdma.h.

Referenced by HAL_MDMA_Abort(), HAL_MDMA_IRQHandler(), and HAL_MDMA_Start_IT().