STM32F103xB HAL User Manual
Functions
IT_Management
DMA Exported Functions

Functions

__STATIC_INLINE void LL_DMA_EnableIT_TC (DMA_TypeDef *DMAx, uint32_t Channel)
 Enable Transfer complete interrupt.
__STATIC_INLINE void LL_DMA_EnableIT_HT (DMA_TypeDef *DMAx, uint32_t Channel)
 Enable Half transfer interrupt.
__STATIC_INLINE void LL_DMA_EnableIT_TE (DMA_TypeDef *DMAx, uint32_t Channel)
 Enable Transfer error interrupt.
__STATIC_INLINE void LL_DMA_DisableIT_TC (DMA_TypeDef *DMAx, uint32_t Channel)
 Disable Transfer complete interrupt.
__STATIC_INLINE void LL_DMA_DisableIT_HT (DMA_TypeDef *DMAx, uint32_t Channel)
 Disable Half transfer interrupt.
__STATIC_INLINE void LL_DMA_DisableIT_TE (DMA_TypeDef *DMAx, uint32_t Channel)
 Disable Transfer error interrupt.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TC (DMA_TypeDef *DMAx, uint32_t Channel)
 Check if Transfer complete Interrupt is enabled.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_HT (DMA_TypeDef *DMAx, uint32_t Channel)
 Check if Half transfer Interrupt is enabled.
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TE (DMA_TypeDef *DMAx, uint32_t Channel)
 Check if Transfer error Interrupt is enabled.

Function Documentation

__STATIC_INLINE void LL_DMA_DisableIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Disable Half transfer interrupt.

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

Definition at line 1838 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_DisableIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Disable Transfer complete interrupt.

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

Definition at line 1819 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_DisableIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Disable Transfer error interrupt.

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

Definition at line 1857 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Enable Half transfer interrupt.

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

Definition at line 1781 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Enable Transfer complete interrupt.

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

Definition at line 1762 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE void LL_DMA_EnableIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Enable Transfer error interrupt.

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

Definition at line 1800 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Check if Half transfer Interrupt is enabled.

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

Definition at line 1896 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Check if Transfer complete Interrupt is enabled.

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

Definition at line 1876 of file stm32f1xx_ll_dma.h.

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Channel 
)

Check if Transfer error Interrupt is enabled.

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

Definition at line 1916 of file stm32f1xx_ll_dma.h.