HAL + 0/1 examples
CodeScope will show references to LL_DMA_DeInit() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
DMA
 
Symbols
loading...
Files
loading...

LL_DMA_DeInit() function

De-initialize the DMA registers to their default reset values.

Syntax

uint32_t LL_DMA_DeInit(DMA_TypeDef *DMAx,     uint32_t Stream);
Implemented in stm32f4xx_ll_dma.c:155

Arguments

DMAx

DMAx Instance

Stream

This parameter can be one of the following values: @arg LL_DMA_STREAM_0 @arg LL_DMA_STREAM_1 @arg LL_DMA_STREAM_2 @arg LL_DMA_STREAM_3 @arg LL_DMA_STREAM_4 @arg LL_DMA_STREAM_5 @arg LL_DMA_STREAM_6 @arg LL_DMA_STREAM_7 @arg LL_DMA_STREAM_ALL

Return value

An ErrorStatus enumeration value: - SUCCESS: DMA registers are de-initialized - ERROR: DMA registers are not de-initialized

Examples

LL_DMA_DeInit() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.c:155
uint32_t LL_DMA_DeInit(DMA_TypeDef *DMAx, uint32_t Stream)
stm32f4xx_ll_dma.h:2841
uint32_t LL_DMA_DeInit(DMA_TypeDef *DMAx, uint32_t Stream);

Call Tree

Functions called by LL_DMA_DeInit()
LL_DMA_DeInit()
Data read by LL_DMA_DeInit()
Data written by LL_DMA_DeInit()
LL_DMA_DeInit()
LL_DMA_DeInit()::tmp
LL_DMA_DeInit()::status
all items filtered out
Type of LL_DMA_DeInit()
LL_DMA_DeInit()
uint32_t
all items filtered out