DIY Logging Volt/Ampmeter
stm32f1xx_hal_dma_ex.h File Reference

Header file of DMA HAL extension module. More...

Go to the source code of this file.

Macros

#define __HAL_DMA_GET_TC_FLAG_INDEX(__HANDLE__)
 Returns the current DMA Channel transfer complete flag. More...
 
#define __HAL_DMA_GET_HT_FLAG_INDEX(__HANDLE__)
 Return the current DMA Channel half transfer complete flag. More...
 
#define __HAL_DMA_GET_TE_FLAG_INDEX(__HANDLE__)
 Return the current DMA Channel transfer error flag. More...
 
#define __HAL_DMA_GET_GI_FLAG_INDEX(__HANDLE__)
 Return the current DMA Channel Global interrupt flag. More...
 
#define __HAL_DMA_GET_FLAG(__HANDLE__, __FLAG__)   (DMA1->ISR & (__FLAG__))
 Get the DMA Channel pending flags. More...
 
#define __HAL_DMA_CLEAR_FLAG(__HANDLE__, __FLAG__)   (DMA1->IFCR = (__FLAG__))
 Clear the DMA Channel pending flags. More...
 

Detailed Description

Header file of DMA HAL extension module.

Author
MCD Application Team
Attention

© Copyright (c) 2016 STMicroelectronics. All rights reserved.

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 stm32f1xx_hal_dma_ex.h.