STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for IT_Management:

Functions

__STATIC_INLINE void LL_DMA_EnableIT_HT (DMA_TypeDef *DMAx, uint32_t Stream)
 Enable Half transfer interrupt. @rmtoll CR HTIE LL_DMA_EnableIT_HT. More...
 
__STATIC_INLINE void LL_DMA_EnableIT_TE (DMA_TypeDef *DMAx, uint32_t Stream)
 Enable Transfer error interrupt. @rmtoll CR TEIE LL_DMA_EnableIT_TE. More...
 
__STATIC_INLINE void LL_DMA_EnableIT_TC (DMA_TypeDef *DMAx, uint32_t Stream)
 Enable Transfer complete interrupt. @rmtoll CR TCIE LL_DMA_EnableIT_TC. More...
 
__STATIC_INLINE void LL_DMA_EnableIT_DME (DMA_TypeDef *DMAx, uint32_t Stream)
 Enable Direct mode error interrupt. @rmtoll CR DMEIE LL_DMA_EnableIT_DME. More...
 
__STATIC_INLINE void LL_DMA_EnableIT_FE (DMA_TypeDef *DMAx, uint32_t Stream)
 Enable FIFO error interrupt. @rmtoll FCR FEIE LL_DMA_EnableIT_FE. More...
 
__STATIC_INLINE void LL_DMA_DisableIT_HT (DMA_TypeDef *DMAx, uint32_t Stream)
 Disable Half transfer interrupt. @rmtoll CR HTIE LL_DMA_DisableIT_HT. More...
 
__STATIC_INLINE void LL_DMA_DisableIT_TE (DMA_TypeDef *DMAx, uint32_t Stream)
 Disable Transfer error interrupt. @rmtoll CR TEIE LL_DMA_DisableIT_TE. More...
 
__STATIC_INLINE void LL_DMA_DisableIT_TC (DMA_TypeDef *DMAx, uint32_t Stream)
 Disable Transfer complete interrupt. @rmtoll CR TCIE LL_DMA_DisableIT_TC. More...
 
__STATIC_INLINE void LL_DMA_DisableIT_DME (DMA_TypeDef *DMAx, uint32_t Stream)
 Disable Direct mode error interrupt. @rmtoll CR DMEIE LL_DMA_DisableIT_DME. More...
 
__STATIC_INLINE void LL_DMA_DisableIT_FE (DMA_TypeDef *DMAx, uint32_t Stream)
 Disable FIFO error interrupt. @rmtoll FCR FEIE LL_DMA_DisableIT_FE. More...
 
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_HT (DMA_TypeDef *DMAx, uint32_t Stream)
 Check if Half transfer interrupt is enabled. @rmtoll CR HTIE LL_DMA_IsEnabledIT_HT. More...
 
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TE (DMA_TypeDef *DMAx, uint32_t Stream)
 Check if Transfer error nterrup is enabled. @rmtoll CR TEIE LL_DMA_IsEnabledIT_TE. More...
 
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TC (DMA_TypeDef *DMAx, uint32_t Stream)
 Check if Transfer complete interrupt is enabled. @rmtoll CR TCIE LL_DMA_IsEnabledIT_TC. More...
 
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_DME (DMA_TypeDef *DMAx, uint32_t Stream)
 Check if Direct mode error interrupt is enabled. @rmtoll CR DMEIE LL_DMA_IsEnabledIT_DME. More...
 
__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_FE (DMA_TypeDef *DMAx, uint32_t Stream)
 Check if FIFO error interrupt is enabled. @rmtoll FCR FEIE LL_DMA_IsEnabledIT_FE. More...
 

Detailed Description

Function Documentation

◆ LL_DMA_DisableIT_DME()

__STATIC_INLINE void LL_DMA_DisableIT_DME ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Direct mode error interrupt. @rmtoll CR DMEIE LL_DMA_DisableIT_DME.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2706 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_DisableIT_FE()

__STATIC_INLINE void LL_DMA_DisableIT_FE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable FIFO error interrupt. @rmtoll FCR FEIE LL_DMA_DisableIT_FE.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2726 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_DisableIT_HT()

__STATIC_INLINE void LL_DMA_DisableIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Half transfer interrupt. @rmtoll CR HTIE LL_DMA_DisableIT_HT.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2646 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_DisableIT_TC()

__STATIC_INLINE void LL_DMA_DisableIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Transfer complete interrupt. @rmtoll CR TCIE LL_DMA_DisableIT_TC.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2686 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_DisableIT_TE()

__STATIC_INLINE void LL_DMA_DisableIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Disable Transfer error interrupt. @rmtoll CR TEIE LL_DMA_DisableIT_TE.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2666 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_EnableIT_DME()

__STATIC_INLINE void LL_DMA_EnableIT_DME ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Direct mode error interrupt. @rmtoll CR DMEIE LL_DMA_EnableIT_DME.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2606 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_EnableIT_FE()

__STATIC_INLINE void LL_DMA_EnableIT_FE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable FIFO error interrupt. @rmtoll FCR FEIE LL_DMA_EnableIT_FE.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2626 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_EnableIT_HT()

__STATIC_INLINE void LL_DMA_EnableIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Half transfer interrupt. @rmtoll CR HTIE LL_DMA_EnableIT_HT.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2546 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_EnableIT_TC()

__STATIC_INLINE void LL_DMA_EnableIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Transfer complete interrupt. @rmtoll CR TCIE LL_DMA_EnableIT_TC.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2586 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_EnableIT_TE()

__STATIC_INLINE void LL_DMA_EnableIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Enable Transfer error interrupt. @rmtoll CR TEIE LL_DMA_EnableIT_TE.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
None

Definition at line 2566 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_IsEnabledIT_DME()

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_DME ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Check if Direct mode error interrupt is enabled. @rmtoll CR DMEIE LL_DMA_IsEnabledIT_DME.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
Stateof bit (1 or 0).

Definition at line 2806 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_IsEnabledIT_FE()

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_FE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Check if FIFO error interrupt is enabled. @rmtoll FCR FEIE LL_DMA_IsEnabledIT_FE.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
Stateof bit (1 or 0).

Definition at line 2826 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_IsEnabledIT_HT()

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_HT ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Check if Half transfer interrupt is enabled. @rmtoll CR HTIE LL_DMA_IsEnabledIT_HT.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
Stateof bit (1 or 0).

Definition at line 2746 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_IsEnabledIT_TC()

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TC ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Check if Transfer complete interrupt is enabled. @rmtoll CR TCIE LL_DMA_IsEnabledIT_TC.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
Stateof bit (1 or 0).

Definition at line 2786 of file stm32f4xx_ll_dma.h.

◆ LL_DMA_IsEnabledIT_TE()

__STATIC_INLINE uint32_t LL_DMA_IsEnabledIT_TE ( DMA_TypeDef *  DMAx,
uint32_t  Stream 
)

Check if Transfer error nterrup is enabled. @rmtoll CR TEIE LL_DMA_IsEnabledIT_TE.

Parameters
DMAxDMAx Instance
StreamThis parameter can be one of the following values:
  • LL_DMA_STREAM_0
  • LL_DMA_STREAM_1
  • LL_DMA_STREAM_2
  • LL_DMA_STREAM_3
  • LL_DMA_STREAM_4
  • LL_DMA_STREAM_5
  • LL_DMA_STREAM_6
  • LL_DMA_STREAM_7
Return values
Stateof bit (1 or 0).

Definition at line 2766 of file stm32f4xx_ll_dma.h.