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

HAL_I2C_ERROR_NONE macro

No error

Syntax

#define HAL_I2C_ERROR_NONE 0x00000000U

References

LocationText
stm32f4xx_hal_i2c.h:163
#define HAL_I2C_ERROR_NONE 0x00000000U /*!< No error */
stm32f4xx_hal_i2c.c:546
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:589
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1084
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1205
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1455
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1585
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1717
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1794
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1861
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:1923
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:2001
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:2156
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:2296
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:2410
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:2534
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:2657
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:2919
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:3004
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:3099
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:3280
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:3462
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:3614
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:3710
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:3890
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:4015
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:4206
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:4328
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:4446
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:4568
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:4882
if (hi2c->ErrorCode != HAL_I2C_ERROR_NONE)
stm32f4xx_hal_i2c.c:4896
if (hi2c->ErrorCode != HAL_I2C_ERROR_NONE)
stm32f4xx_hal_i2c.c:4960
uint32_t error = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:5019
if (error != HAL_I2C_ERROR_NONE)
stm32f4xx_hal_i2c.c:6284
if (hi2c->ErrorCode != HAL_I2C_ERROR_NONE)
stm32f4xx_hal_i2c.c:6495
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:7027
if (hi2c->ErrorCode != HAL_I2C_ERROR_NONE)
stm32f4xx_hal_i2c.c:7177
hi2c->ErrorCode = HAL_I2C_ERROR_NONE;
stm32f4xx_hal_i2c.c:7477
hi2c->ErrorCode |= HAL_I2C_ERROR_NONE;