STM32H735xx HAL User Manual
Defines
IT Defines
BDMA Exported Constants

IT defines which can be used with LL_BDMA_ReadReg and LL_BDMA_WriteReg functions. More...

Defines

#define LL_BDMA_CCR_TCIE   BDMA_CCR_TCIE
#define LL_BDMA_CCR_HTIE   BDMA_CCR_HTIE
#define LL_BDMA_CCR_TEIE   BDMA_CCR_TEIE

Detailed Description

IT defines which can be used with LL_BDMA_ReadReg and LL_BDMA_WriteReg functions.


Define Documentation

#define LL_BDMA_CCR_HTIE   BDMA_CCR_HTIE

Half Transfer interrupt

Definition at line 230 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_CCR_TCIE   BDMA_CCR_TCIE

Transfer complete interrupt

Definition at line 229 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_CCR_TEIE   BDMA_CCR_TEIE

Transfer error interrupt

Definition at line 231 of file stm32h7xx_ll_bdma.h.