STM32L486xx HAL User Manual
Defines
IT Defines
DMA Exported Constants

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

Detailed Description

IT defines which can be used with LL_DMA_ReadReg and LL_DMA_WriteReg functions.


Define Documentation

#define LL_DMA_CCR_HTIE   DMA_CCR_HTIE

Half Transfer interrupt

Definition at line 291 of file stm32l4xx_ll_dma.h.

#define LL_DMA_CCR_TCIE   DMA_CCR_TCIE

Transfer complete interrupt

Definition at line 290 of file stm32l4xx_ll_dma.h.

#define LL_DMA_CCR_TEIE   DMA_CCR_TEIE

Transfer error interrupt

Definition at line 292 of file stm32l4xx_ll_dma.h.