STM32H735xx HAL User Manual
|
DMA interrupts definition. More...
Defines | |
#define | DMA_IT_TC ((uint32_t)DMA_SxCR_TCIE) |
#define | DMA_IT_HT ((uint32_t)DMA_SxCR_HTIE) |
#define | DMA_IT_TE ((uint32_t)DMA_SxCR_TEIE) |
#define | DMA_IT_DME ((uint32_t)DMA_SxCR_DMEIE) |
#define | DMA_IT_FE ((uint32_t)0x00000080U) |
DMA interrupts definition.
#define DMA_IT_DME ((uint32_t)DMA_SxCR_DMEIE) |
Definition at line 588 of file stm32h7xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_IRQHandler(), HAL_DMA_Start_IT(), and HAL_DMAEx_MultiBufferStart_IT().
#define DMA_IT_FE ((uint32_t)0x00000080U) |
Definition at line 589 of file stm32h7xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_IRQHandler(), and HAL_DMAEx_MultiBufferStart_IT().
#define DMA_IT_HT ((uint32_t)DMA_SxCR_HTIE) |
Definition at line 586 of file stm32h7xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_IRQHandler(), HAL_DMA_Start_IT(), and HAL_DMAEx_MultiBufferStart_IT().
#define DMA_IT_TC ((uint32_t)DMA_SxCR_TCIE) |
Definition at line 585 of file stm32h7xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_IRQHandler(), HAL_DMA_Start_IT(), and HAL_DMAEx_MultiBufferStart_IT().
#define DMA_IT_TE ((uint32_t)DMA_SxCR_TEIE) |
Definition at line 587 of file stm32h7xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_IRQHandler(), HAL_DMA_Start_IT(), and HAL_DMAEx_MultiBufferStart_IT().