STM32H735xx HAL User Manual
Functions
IT_Management
BDMA Exported Functions

Functions

__STATIC_INLINE void LL_BDMA_EnableIT_TC (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Enable Transfer complete interrupt.
__STATIC_INLINE void LL_BDMA_EnableIT_HT (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Enable Half transfer interrupt.
__STATIC_INLINE void LL_BDMA_EnableIT_TE (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Enable Transfer error interrupt.
__STATIC_INLINE void LL_BDMA_DisableIT_TC (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Disable Transfer complete interrupt.
__STATIC_INLINE void LL_BDMA_DisableIT_HT (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Disable Half transfer interrupt.
__STATIC_INLINE void LL_BDMA_DisableIT_TE (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Disable Transfer error interrupt.
__STATIC_INLINE uint32_t LL_BDMA_IsEnabledIT_TC (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Check if Transfer complete Interrupt is enabled.
__STATIC_INLINE uint32_t LL_BDMA_IsEnabledIT_HT (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Check if Half transfer Interrupt is enabled.
__STATIC_INLINE uint32_t LL_BDMA_IsEnabledIT_TE (BDMA_TypeDef *BDMAx, uint32_t Channel)
 Check if Transfer error Interrupt is enabled.

Function Documentation

__STATIC_INLINE void LL_BDMA_DisableIT_HT ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Disable Half transfer interrupt.

Reference Manual to LL API cross reference:
CCR HTIE LL_BDMA_DisableIT_HT
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
None

Definition at line 2311 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE void LL_BDMA_DisableIT_TC ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Disable Transfer complete interrupt.

Reference Manual to LL API cross reference:
CCR TCIE LL_BDMA_DisableIT_TC
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
None

Definition at line 2289 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE void LL_BDMA_DisableIT_TE ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Disable Transfer error interrupt.

Reference Manual to LL API cross reference:
CCR TEIE LL_BDMA_DisableIT_TE
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
None

Definition at line 2333 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE void LL_BDMA_EnableIT_HT ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Enable Half transfer interrupt.

Reference Manual to LL API cross reference:
CCR HTIE LL_BDMA_EnableIT_HT
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
None

Definition at line 2245 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE void LL_BDMA_EnableIT_TC ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Enable Transfer complete interrupt.

Reference Manual to LL API cross reference:
CCR TCIE LL_BDMA_EnableIT_TC
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
None

Definition at line 2223 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE void LL_BDMA_EnableIT_TE ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Enable Transfer error interrupt.

Reference Manual to LL API cross reference:
CCR TEIE LL_BDMA_EnableIT_TE
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
None

Definition at line 2267 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE uint32_t LL_BDMA_IsEnabledIT_HT ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Check if Half transfer Interrupt is enabled.

Reference Manual to LL API cross reference:
CCR HTIE LL_BDMA_IsEnabledIT_HT
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2377 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE uint32_t LL_BDMA_IsEnabledIT_TC ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Check if Transfer complete Interrupt is enabled.

Reference Manual to LL API cross reference:
CCR TCIE LL_BDMA_IsEnabledIT_TC
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2355 of file stm32h7xx_ll_bdma.h.

__STATIC_INLINE uint32_t LL_BDMA_IsEnabledIT_TE ( BDMA_TypeDef *  BDMAx,
uint32_t  Channel 
)

Check if Transfer error Interrupt is enabled.

Reference Manual to LL API cross reference:
CCR TEIE LL_BDMA_IsEnabledIT_TE
Parameters:
BDMAxBDMA Instance
ChannelThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2399 of file stm32h7xx_ll_bdma.h.