HAL
HAL_FMPI2C_ERROR_DMA is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_FMPI2C_ERROR_DMA macro

DMA transfer error

Syntax

#define HAL_FMPI2C_ERROR_DMA (0x00000010U)

References

LocationText
stm32f4xx_hal_fmpi2c.h:169
#define HAL_FMPI2C_ERROR_DMA (0x00000010U) /*!< DMA transfer error */
stm32f4xx_hal_fmpi2c.c:2073
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:2220
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:2364
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:2483
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:3079
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:3225
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:3632
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:3893
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:4180
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:4464
hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA;
stm32f4xx_hal_fmpi2c.c:6801
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_DMA);
stm32f4xx_hal_fmpi2c.c:6889
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_DMA);
stm32f4xx_hal_fmpi2c.c:6963
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_DMA);