DIY Logging Volt/Ampmeter

Macros

#define HAL_DMA_ERROR_NONE   0x00000000U
 
#define HAL_DMA_ERROR_TE   0x00000001U
 
#define HAL_DMA_ERROR_NO_XFER   0x00000004U
 
#define HAL_DMA_ERROR_TIMEOUT   0x00000020U
 
#define HAL_DMA_ERROR_NOT_SUPPORTED   0x00000100U
 

Detailed Description

Macro Definition Documentation

◆ HAL_DMA_ERROR_NO_XFER

#define HAL_DMA_ERROR_NO_XFER   0x00000004U

no ongoing transfer

Definition at line 153 of file stm32f1xx_hal_dma.h.

◆ HAL_DMA_ERROR_NONE

#define HAL_DMA_ERROR_NONE   0x00000000U

No error

Definition at line 151 of file stm32f1xx_hal_dma.h.

◆ HAL_DMA_ERROR_NOT_SUPPORTED

#define HAL_DMA_ERROR_NOT_SUPPORTED   0x00000100U

Not supported mode

Definition at line 155 of file stm32f1xx_hal_dma.h.

◆ HAL_DMA_ERROR_TE

#define HAL_DMA_ERROR_TE   0x00000001U

Transfer error

Definition at line 152 of file stm32f1xx_hal_dma.h.

◆ HAL_DMA_ERROR_TIMEOUT

#define HAL_DMA_ERROR_TIMEOUT   0x00000020U

Timeout error

Definition at line 154 of file stm32f1xx_hal_dma.h.