Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 25 of 39) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_gfxmmu.c734 uint32_t error_code; in HAL_GFXMMU_GetError() local
740 error_code = hgfxmmu->ErrorCode; in HAL_GFXMMU_GetError()
747 return error_code; in HAL_GFXMMU_GetError()
Dstm32l4xx_hal_i2c.c7196 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7235 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7253 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7265 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7276 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7287 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7303 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_gfxmmu.c838 uint32_t error_code; in HAL_GFXMMU_GetError() local
844 error_code = hgfxmmu->ErrorCode; in HAL_GFXMMU_GetError()
851 return error_code; in HAL_GFXMMU_GetError()
Dstm32h7rsxx_hal_i2c.c7453 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7492 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7510 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7522 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7533 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7544 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7560 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gfxmmu.c838 uint32_t error_code; in HAL_GFXMMU_GetError() local
844 error_code = hgfxmmu->ErrorCode; in HAL_GFXMMU_GetError()
851 return error_code; in HAL_GFXMMU_GetError()
Dstm32n6xx_hal_i2c.c7482 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7521 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7539 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7551 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7562 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7573 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7589 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_gfxmmu.c857 uint32_t error_code; in HAL_GFXMMU_GetError() local
863 error_code = hgfxmmu->ErrorCode; in HAL_GFXMMU_GetError()
870 return error_code; in HAL_GFXMMU_GetError()
Dstm32h7xx_hal_i2c.c7190 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7229 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7247 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7259 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7270 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7281 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7297 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxmmu.c926 uint32_t error_code; in HAL_GFXMMU_GetError() local
933 error_code = hgfxmmu->ErrorCode; in HAL_GFXMMU_GetError()
940 return error_code; in HAL_GFXMMU_GetError()
Dstm32u5xx_hal_i2c.c7516 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7555 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7573 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7585 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7596 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7607 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7623 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_i2c.c6821 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
6860 error_code |=HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
6878 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
6890 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
6901 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
6912 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
6928 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_i2c.c6926 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
6965 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
6983 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
6995 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7006 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7017 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7033 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c7204 uint32_t error_code = 0; in FMPI2C_IsErrorOccurred() local
7243 error_code |= HAL_FMPI2C_ERROR_TIMEOUT; in FMPI2C_IsErrorOccurred()
7261 error_code |= HAL_FMPI2C_ERROR_AF; in FMPI2C_IsErrorOccurred()
7273 error_code |= HAL_FMPI2C_ERROR_BERR; in FMPI2C_IsErrorOccurred()
7284 error_code |= HAL_FMPI2C_ERROR_OVR; in FMPI2C_IsErrorOccurred()
7295 error_code |= HAL_FMPI2C_ERROR_ARLO; in FMPI2C_IsErrorOccurred()
7311 hfmpi2c->ErrorCode |= error_code; in FMPI2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_i2c.c7089 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7128 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7146 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7158 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7169 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7180 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7196 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_i2c.c7174 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7213 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7231 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7243 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7254 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7265 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7281 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2c.c7196 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7235 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7253 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7265 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7276 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7287 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7303 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_i2c.c7196 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7235 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7253 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7265 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7276 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7287 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7303 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_i2c.c7174 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7213 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7231 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7243 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7254 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7265 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7281 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_i2c.c7126 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7165 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7183 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7195 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7206 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7217 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7233 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_i2c.c7174 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7213 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7231 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7243 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7254 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7265 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7281 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_i2c.c7140 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7179 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7197 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7209 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7220 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7231 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7247 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_i2c.c7140 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7179 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7197 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7209 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7220 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7231 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7247 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_i2c.c7516 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7555 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7573 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7585 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7596 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7607 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7623 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2c.c7217 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7256 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7274 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7286 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7297 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7308 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7324 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i2c.c7482 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7521 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7539 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7551 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7562 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7573 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7589 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()

12