STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_MDMA_EnableIT_TE (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable MDMA Channel x Transfer Error interrupt. | |
__STATIC_INLINE void | LL_MDMA_EnableIT_CTC (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable MDMA Channel x Channel Transfer Complete interrupt. | |
__STATIC_INLINE void | LL_MDMA_EnableIT_BRT (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable MDMA Channel x Block Repeat Transfer interrupt. | |
__STATIC_INLINE void | LL_MDMA_EnableIT_BT (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable MDMA Channel x Block Transfer interrupt. | |
__STATIC_INLINE void | LL_MDMA_EnableIT_TC (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable MDMA Channel x buffer transfer complete interrupt. | |
__STATIC_INLINE void | LL_MDMA_DisableIT_TE (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable MDMA Channel x Transfer Error interrupt. | |
__STATIC_INLINE void | LL_MDMA_DisableIT_CTC (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable MDMA Channel x Channel Transfer Complete interrupt. | |
__STATIC_INLINE void | LL_MDMA_DisableIT_BRT (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable MDMA Channel x Block Repeat Transfer interrupt. | |
__STATIC_INLINE void | LL_MDMA_DisableIT_BT (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable MDMA Channel x Block Transfer interrupt. | |
__STATIC_INLINE void | LL_MDMA_DisableIT_TC (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable MDMA Channel x buffer transfer complete interrupt. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledIT_TE (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if MDMA Channel x Transfer Error interrupt is enabled. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledIT_CTC (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if MDMA Channel x Channel Transfer Complete interrupt is enabled. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledIT_BRT (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if MDMA Channel x Block Repeat Transfer complete interrupt is enabled. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledIT_BT (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if MDMA Channel x Block Transfer interrupt is enabled. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledIT_TC (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if MDMA Channel x buffer transfer complete interrupt is enabled. |
__STATIC_INLINE void LL_MDMA_DisableIT_BRT | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable MDMA Channel x Block Repeat Transfer interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 4101 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_DisableIT_BT | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable MDMA Channel x Block Transfer interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 4131 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_DisableIT_CTC | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable MDMA Channel x Channel Transfer Complete interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 4071 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_DisableIT_TC | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable MDMA Channel x buffer transfer complete interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 4161 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_DisableIT_TE | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable MDMA Channel x Transfer Error interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 4041 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnableIT_BRT | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable MDMA Channel x Block Repeat Transfer interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 3951 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnableIT_BT | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable MDMA Channel x Block Transfer interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 3981 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnableIT_CTC | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable MDMA Channel x Channel Transfer Complete interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 3921 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnableIT_TC | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable MDMA Channel x buffer transfer complete interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 4011 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnableIT_TE | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable MDMA Channel x Transfer Error interrupt.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 3891 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledIT_BRT | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if MDMA Channel x Block Repeat Transfer complete interrupt is enabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 4251 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledIT_BT | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if MDMA Channel x Block Transfer interrupt is enabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 4281 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledIT_CTC | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if MDMA Channel x Channel Transfer Complete interrupt is enabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 4221 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledIT_TC | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if MDMA Channel x buffer transfer complete interrupt is enabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 4311 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledIT_TE | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if MDMA Channel x Transfer Error interrupt is enabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 4191 of file stm32h7xx_ll_mdma.h.