|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| static void | DMA_SetConfig (DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) |
| Sets the DMA Transfer parameter. More... | |
| static void | DMA_CalcDMAMUXChannelBaseAndMask (DMA_HandleTypeDef *hdma) |
| Updates the DMA handle with the DMAMUX channel and status mask depending on channel number. More... | |
| static void | DMA_CalcDMAMUXRequestGenBaseAndMask (DMA_HandleTypeDef *hdma) |
| Updates the DMA handle with the DMAMUX request generator params. More... | |
|
static |
Updates the DMA handle with the DMAMUX channel and status mask depending on channel number.
| hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel. |
| None |
Definition at line 1115 of file stm32l4xx_hal_dma.c.
|
static |
Updates the DMA handle with the DMAMUX request generator params.
| hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel. |
| None |
Definition at line 1143 of file stm32l4xx_hal_dma.c.
|
static |
Sets the DMA Transfer parameter.
| hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel. |
| SrcAddress | The source memory Buffer address |
| DstAddress | The destination memory Buffer address |
| DataLength | The length of data to be transferred from source to destination |
| HAL | status |
Definition at line 1068 of file stm32l4xx_hal_dma.c.