|
STM32L4xx_HAL_Driver
1.14.0
|
Header file of DMA HAL extension module. More...
Go to the source code of this file.
Data Structures | |
| struct | HAL_DMA_MuxSyncConfigTypeDef |
| HAL DMA Synchro definition. More... | |
| struct | HAL_DMA_MuxRequestGeneratorConfigTypeDef |
| HAL DMAMUX request generator parameters structure definition. More... | |
Functions | |
| HAL_StatusTypeDef | HAL_DMAEx_ConfigMuxRequestGenerator (DMA_HandleTypeDef *hdma, HAL_DMA_MuxRequestGeneratorConfigTypeDef *pRequestGeneratorConfig) |
| Configure the DMAMUX request generator block used by the given DMA channel (instance). More... | |
| HAL_StatusTypeDef | HAL_DMAEx_EnableMuxRequestGenerator (DMA_HandleTypeDef *hdma) |
| Enable the DMAMUX request generator block used by the given DMA channel (instance). More... | |
| HAL_StatusTypeDef | HAL_DMAEx_DisableMuxRequestGenerator (DMA_HandleTypeDef *hdma) |
| Disable the DMAMUX request generator block used by the given DMA channel (instance). More... | |
| HAL_StatusTypeDef | HAL_DMAEx_ConfigMuxSync (DMA_HandleTypeDef *hdma, HAL_DMA_MuxSyncConfigTypeDef *pSyncConfig) |
| Configure the DMAMUX synchronization parameters for a given DMA channel (instance). More... | |
| void | HAL_DMAEx_MUX_IRQHandler (DMA_HandleTypeDef *hdma) |
| Handles DMAMUX interrupt request. More... | |
Header file of DMA HAL extension module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32l4xx_hal_dma_ex.h.