STM32H735xx HAL User Manual
|
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. |
__STATIC_INLINE void LL_BDMA_DisableIT_HT | ( | BDMA_TypeDef * | BDMAx, |
uint32_t | Channel | ||
) |
Disable Half transfer interrupt.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following values: |
State | of 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following values: |
State | of 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.
BDMAx | BDMA Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 2399 of file stm32h7xx_ll_bdma.h.