STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
uint32_t | LL_DMA_Init (DMA_TypeDef *DMAx, uint32_t Stream, LL_DMA_InitTypeDef *DMA_InitStruct) |
Initialize the DMA registers according to the specified parameters in DMA_InitStruct. More... | |
uint32_t | LL_DMA_DeInit (DMA_TypeDef *DMAx, uint32_t Stream) |
De-initialize the DMA registers to their default reset values. More... | |
void | LL_DMA_StructInit (LL_DMA_InitTypeDef *DMA_InitStruct) |
Set each LL_DMA_InitTypeDef field to default value. More... | |
uint32_t LL_DMA_DeInit | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream | ||
) |
De-initialize the DMA registers to their default reset values.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values:
|
An | ErrorStatus enumeration value:
|
Definition at line 155 of file stm32f4xx_ll_dma.c.
uint32_t LL_DMA_Init | ( | DMA_TypeDef * | DMAx, |
uint32_t | Stream, | ||
LL_DMA_InitTypeDef * | DMA_InitStruct | ||
) |
Initialize the DMA registers according to the specified parameters in DMA_InitStruct.
DMAx | DMAx Instance |
Stream | This parameter can be one of the following values:
|
DMA_InitStruct | pointer to a LL_DMA_InitTypeDef structure. |
An | ErrorStatus enumeration value:
|
Definition at line 284 of file stm32f4xx_ll_dma.c.
void LL_DMA_StructInit | ( | LL_DMA_InitTypeDef * | DMA_InitStruct | ) |
Set each LL_DMA_InitTypeDef field to default value.
DMA_InitStruct | Pointer to a LL_DMA_InitTypeDef structure. |
None |
Definition at line 384 of file stm32f4xx_ll_dma.c.