|
STM32H735xx HAL User Manual
|
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 |
IT defines which can be used with LL_BDMA_ReadReg and LL_BDMA_WriteReg functions.
| #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.
1.7.6.1