STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_DMA_EnableIT_HT (DMA_TypeDef *DMAx, uint32_t Stream) |
Enable Half transfer interrupt. | |
__STATIC_INLINE void | LL_DMA_EnableIT_TE (DMA_TypeDef *DMAx, uint32_t Stream) |
Enable Transfer error interrupt. | |
__STATIC_INLINE void | LL_DMA_EnableIT_TC (DMA_TypeDef *DMAx, uint32_t Stream) |
Enable Transfer complete interrupt. | |
__STATIC_INLINE void | LL_DMA_EnableIT_DME (DMA_TypeDef *DMAx, uint32_t Stream) |
Enable Direct mode error interrupt. | |
__STATIC_INLINE void | LL_DMA_EnableIT_FE (DMA_TypeDef *DMAx, uint32_t Stream) |
Enable FIFO error interrupt. | |
__STATIC_INLINE void | LL_DMA_DisableIT_HT (DMA_TypeDef *DMAx, uint32_t Stream) |
Disable Half transfer interrupt. | |
__STATIC_INLINE void | LL_DMA_DisableIT_TE (DMA_TypeDef *DMAx, uint32_t Stream) |
Disable Transfer error interrupt. | |
__STATIC_INLINE void | LL_DMA_DisableIT_TC (DMA_TypeDef *DMAx, uint32_t Stream) |
Disable Transfer complete interrupt. | |
__STATIC_INLINE void | LL_DMA_DisableIT_DME (DMA_TypeDef *DMAx, uint32_t Stream) |
Disable Direct mode error interrupt. | |
__STATIC_INLINE void | LL_DMA_DisableIT_FE (DMA_TypeDef *DMAx, uint32_t Stream) |
Disable FIFO error interrupt. | |
__STATIC_INLINE uint32_t | LL_DMA_IsEnabledIT_HT (DMA_TypeDef *DMAx, uint32_t Stream) |
Check if Half transfer interrup is enabled. | |
__STATIC_INLINE uint32_t | LL_DMA_IsEnabledIT_TE (DMA_TypeDef *DMAx, uint32_t Stream) |
Check if Transfer error nterrup is enabled. | |
__STATIC_INLINE uint32_t | LL_DMA_IsEnabledIT_TC (DMA_TypeDef *DMAx, uint32_t Stream) |
Check if Transfer complete interrup is enabled. | |
__STATIC_INLINE uint32_t | LL_DMA_IsEnabledIT_DME (DMA_TypeDef *DMAx, uint32_t Stream) |
Check if Direct mode error interrupt is enabled. | |
__STATIC_INLINE uint32_t | LL_DMA_IsEnabledIT_FE (DMA_TypeDef *DMAx, uint32_t Stream) |
Check if FIFO error interrup is enabled. |
__STATIC_INLINE void LL_DMA_DisableIT_DME | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Disable Direct mode error interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 3106 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_DisableIT_FE | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Disable FIFO error interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 3128 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_DisableIT_HT | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Disable Half transfer interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 3040 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_DisableIT_TC | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Disable Transfer complete interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 3084 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_DisableIT_TE | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Disable Transfer error interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 3062 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_EnableIT_DME | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Enable Direct mode error interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 2996 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_EnableIT_FE | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Enable FIFO error interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 3018 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_EnableIT_HT | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Enable Half transfer interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 2930 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_EnableIT_TC | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Enable Transfer complete interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 2974 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE void LL_DMA_EnableIT_TE | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Enable Transfer error interrupt.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
None |
Definition at line 2952 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_DME | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Check if Direct mode error interrupt is enabled.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 3216 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_FE | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Check if FIFO error interrup is enabled.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 3238 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_HT | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Check if Half transfer interrup is enabled.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 3150 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TC | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Check if Transfer complete interrup is enabled.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 3194 of file stm32h7xx_ll_dma.h.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TE | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
Check if Transfer error nterrup is enabled.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 3172 of file stm32h7xx_ll_dma.h.