STM32F103xB HAL User Manual
Defines
stm32f1xx_hal_dma_ex.h File Reference

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

#include "stm32f1xx_hal_def.h"

Go to the source code of this file.

Defines

#define __HAL_DMA_GET_TC_FLAG_INDEX(__HANDLE__)
 Returns the current DMA Channel transfer complete flag.
#define __HAL_DMA_GET_HT_FLAG_INDEX(__HANDLE__)
 Return the current DMA Channel half transfer complete flag.
#define __HAL_DMA_GET_TE_FLAG_INDEX(__HANDLE__)
 Return 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__))
 Clear 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 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.