My Project
Loading...
Searching...
No Matches
stm32f3xx_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.
 
#define __HAL_DMA_GET_HT_FLAG_INDEX(__HANDLE__)
 Returns the current DMA Channel half transfer complete flag.
 
#define __HAL_DMA_GET_TE_FLAG_INDEX(__HANDLE__)
 Returns the current DMA Channel transfer error flag.
 
#define __HAL_DMA_GET_GI_FLAG_INDEX(__HANDLE__)
 Return the current DMA Channel Global interrupt flag.
 
#define __HAL_DMA_GET_FLAG(__HANDLE__, __FLAG__)   (DMA1->ISR & (__FLAG__))
 Get the DMA Channel pending flags.
 
#define __HAL_DMA_CLEAR_FLAG(__HANDLE__, __FLAG__)   (DMA1->IFCR = (__FLAG__))
 Clears the DMA Channel pending flags.
 

Detailed Description

Header file of DMA HAL extension module.

Author
MCD Application Team
Attention

Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.