STM32F479xx 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 2707 of file stm32f4xx_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 2727 of file stm32f4xx_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 2647 of file stm32f4xx_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 2687 of file stm32f4xx_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 2667 of file stm32f4xx_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 2607 of file stm32f4xx_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 2627 of file stm32f4xx_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 2547 of file stm32f4xx_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 2587 of file stm32f4xx_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 2567 of file stm32f4xx_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 2807 of file stm32f4xx_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 2827 of file stm32f4xx_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 2747 of file stm32f4xx_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 2787 of file stm32f4xx_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 2767 of file stm32f4xx_ll_dma.h.