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 |
#define HAL_DMA_ERROR_NO_XFER 0x00000004U |
no ongoing transfer
Definition at line 153 of file stm32f1xx_hal_dma.h.
#define HAL_DMA_ERROR_NONE 0x00000000U |
No error
Definition at line 151 of file stm32f1xx_hal_dma.h.
#define HAL_DMA_ERROR_NOT_SUPPORTED 0x00000100U |
Not supported mode
Definition at line 155 of file stm32f1xx_hal_dma.h.
#define HAL_DMA_ERROR_TE 0x00000001U |
Transfer error
Definition at line 152 of file stm32f1xx_hal_dma.h.
#define HAL_DMA_ERROR_TIMEOUT 0x00000020U |
Timeout error
Definition at line 154 of file stm32f1xx_hal_dma.h.