STM32L443xx 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 272 of file stm32l4xx_ll_dma.h.
#define LL_DMA_CCR_TCIE DMA_CCR_TCIE |
Transfer complete interrupt
Definition at line 271 of file stm32l4xx_ll_dma.h.
#define LL_DMA_CCR_TEIE DMA_CCR_TEIE |
Transfer error interrupt
Definition at line 273 of file stm32l4xx_ll_dma.h.