STM32F439xx HAL User Manual
Functions
IT_Management
DMA Exported Functions

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.

Function Documentation

__STATIC_INLINE void LL_DMA_DisableIT_DME ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Direct mode error interrupt.

Reference Manual to LL API cross reference:
CR DMEIE LL_DMA_DisableIT_DME
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2713 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_DisableIT_FE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable FIFO error interrupt.

Reference Manual to LL API cross reference:
FCR FEIE LL_DMA_DisableIT_FE
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2733 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_DisableIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Half transfer interrupt.

Reference Manual to LL API cross reference:
CR HTIE LL_DMA_DisableIT_HT
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2653 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_DisableIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Transfer complete interrupt.

Reference Manual to LL API cross reference:
CR TCIE LL_DMA_DisableIT_TC
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2693 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_DisableIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Transfer error interrupt.

Reference Manual to LL API cross reference:
CR TEIE LL_DMA_DisableIT_TE
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2673 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_DME ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Direct mode error interrupt.

Reference Manual to LL API cross reference:
CR DMEIE LL_DMA_EnableIT_DME
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2613 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_FE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable FIFO error interrupt.

Reference Manual to LL API cross reference:
FCR FEIE LL_DMA_EnableIT_FE
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2633 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Half transfer interrupt.

Reference Manual to LL API cross reference:
CR HTIE LL_DMA_EnableIT_HT
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2553 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Transfer complete interrupt.

Reference Manual to LL API cross reference:
CR TCIE LL_DMA_EnableIT_TC
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2593 of file stm32f4xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Transfer error interrupt.

Reference Manual to LL API cross reference:
CR TEIE LL_DMA_EnableIT_TE
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
None

Definition at line 2573 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.

Reference Manual to LL API cross reference:
CR DMEIE LL_DMA_IsEnabledIT_DME
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2813 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.

Reference Manual to LL API cross reference:
FCR FEIE LL_DMA_IsEnabledIT_FE
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2833 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.

Reference Manual to LL API cross reference:
CR HTIE LL_DMA_IsEnabledIT_HT
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2753 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.

Reference Manual to LL API cross reference:
CR TCIE LL_DMA_IsEnabledIT_TC
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2793 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.

Reference Manual to LL API cross reference:
CR TEIE LL_DMA_IsEnabledIT_TE
Parameters:
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
Return values:
Stateof bit (1 or 0).

Definition at line 2773 of file stm32f4xx_ll_dma.h.