STM32F103xB HAL User Manual
|
Defines | |
#define | DMA_IT_TC ((uint32_t)DMA_CCR_TCIE) |
#define | DMA_IT_HT ((uint32_t)DMA_CCR_HTIE) |
#define | DMA_IT_TE ((uint32_t)DMA_CCR_TEIE) |
#define DMA_IT_HT ((uint32_t)DMA_CCR_HTIE) |
Definition at line 234 of file stm32f1xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_Abort_IT(), HAL_DMA_IRQHandler(), and HAL_DMA_Start_IT().
#define DMA_IT_TC ((uint32_t)DMA_CCR_TCIE) |
Definition at line 233 of file stm32f1xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_Abort_IT(), HAL_DMA_IRQHandler(), and HAL_DMA_Start_IT().
#define DMA_IT_TE ((uint32_t)DMA_CCR_TEIE) |
Definition at line 235 of file stm32f1xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_Abort_IT(), HAL_DMA_IRQHandler(), and HAL_DMA_Start_IT().