STM32F103xB HAL User Manual
|
IT defines which can be used with LL_DMA_ReadReg and LL_DMA_WriteReg functions. More...
Defines | |
#define | LL_DMA_CCR_TCIE DMA_CCR_TCIE |
#define | LL_DMA_CCR_HTIE DMA_CCR_HTIE |
#define | LL_DMA_CCR_TEIE DMA_CCR_TEIE |
IT defines which can be used with LL_DMA_ReadReg and LL_DMA_WriteReg functions.
#define LL_DMA_CCR_HTIE DMA_CCR_HTIE |
Half Transfer interrupt
Definition at line 224 of file stm32f1xx_ll_dma.h.
#define LL_DMA_CCR_TCIE DMA_CCR_TCIE |
Transfer complete interrupt
Definition at line 223 of file stm32f1xx_ll_dma.h.
#define LL_DMA_CCR_TEIE DMA_CCR_TEIE |
Transfer error interrupt
Definition at line 225 of file stm32f1xx_ll_dma.h.