Extended features functions.
More...
|
HAL_StatusTypeDef | HAL_DMAEx_ChangeMemory (DMA_HandleTypeDef *hdma, uint32_t Address, HAL_DMA_MemoryTypeDef memory) |
|
HAL_StatusTypeDef | HAL_DMAEx_ConfigMuxRequestGenerator (DMA_HandleTypeDef *hdma, HAL_DMA_MuxRequestGeneratorConfigTypeDef *pRequestGeneratorConfig) |
|
HAL_StatusTypeDef | HAL_DMAEx_ConfigMuxSync (DMA_HandleTypeDef *hdma, HAL_DMA_MuxSyncConfigTypeDef *pSyncConfig) |
|
HAL_StatusTypeDef | HAL_DMAEx_DisableMuxRequestGenerator (DMA_HandleTypeDef *hdma) |
|
HAL_StatusTypeDef | HAL_DMAEx_EnableMuxRequestGenerator (DMA_HandleTypeDef *hdma) |
|
HAL_StatusTypeDef | HAL_DMAEx_MultiBufferStart (DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) |
|
HAL_StatusTypeDef | HAL_DMAEx_MultiBufferStart_IT (DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t SecondMemAddress, uint32_t DataLength) |
|
void | HAL_DMAEx_MUX_IRQHandler (DMA_HandleTypeDef *hdma) |
|
Extended features functions.
◆ HAL_DMAEx_ChangeMemory()
◆ HAL_DMAEx_ConfigMuxRequestGenerator()
◆ HAL_DMAEx_ConfigMuxSync()
◆ HAL_DMAEx_DisableMuxRequestGenerator()
◆ HAL_DMAEx_EnableMuxRequestGenerator()
◆ HAL_DMAEx_MultiBufferStart()
◆ HAL_DMAEx_MultiBufferStart_IT()
◆ HAL_DMAEx_MUX_IRQHandler()