STM32L486xx 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 2359 of file stm32l4xx_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 2340 of file stm32l4xx_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 2378 of file stm32l4xx_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 2302 of file stm32l4xx_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 2283 of file stm32l4xx_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 2321 of file stm32l4xx_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 2417 of file stm32l4xx_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 2397 of file stm32l4xx_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 2437 of file stm32l4xx_ll_dma.h.