Home
last modified time | relevance | path

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

12

/hal_stm32-3.5.0/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.c6821 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
6881 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
6893 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
6904 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
6915 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
6931 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-3.5.0/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.c6930 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
6969 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
6987 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
6999 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7010 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7021 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7037 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
Dstm32h7xx_hal_sd.c2889 uint32_t error_code; in HAL_SD_Abort() local
2905 error_code = hsd->ErrorCode; in HAL_SD_Abort()
2906 if ((error_code != HAL_SD_ERROR_NONE) && (error_code != HAL_SD_ERROR_CMD_RSP_TIMEOUT)) in HAL_SD_Abort()
Dstm32h7xx_hal_mmc.c2699 uint32_t error_code; in HAL_MMC_Abort() local
2715 error_code = hmmc->ErrorCode; in HAL_MMC_Abort()
2716 if ((error_code != HAL_MMC_ERROR_NONE) && (error_code != HAL_MMC_ERROR_CMD_RSP_TIMEOUT)) in HAL_MMC_Abort()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gfxmmu.c926 uint32_t error_code; in HAL_GFXMMU_GetError() local
932 error_code = hgfxmmu->ErrorCode; in HAL_GFXMMU_GetError()
939 return error_code; in HAL_GFXMMU_GetError()
Dstm32u5xx_hal_i2c.c7408 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7447 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7465 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7477 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7488 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7499 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7515 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
Dstm32u5xx_hal_sd.c2847 uint32_t error_code; in HAL_SD_Abort() local
2864 error_code = hsd->ErrorCode; in HAL_SD_Abort()
2865 if ((error_code != HAL_SD_ERROR_NONE) && (error_code != HAL_SD_ERROR_CMD_RSP_TIMEOUT)) in HAL_SD_Abort()
Dstm32u5xx_hal_mmc.c2658 uint32_t error_code; in HAL_MMC_Abort() local
2675 error_code = hmmc->ErrorCode; in HAL_MMC_Abort()
2676 if ((error_code != HAL_MMC_ERROR_NONE) && (error_code != HAL_MMC_ERROR_CMD_RSP_TIMEOUT)) in HAL_MMC_Abort()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c6551 uint32_t error_code = 0; in FMPI2C_IsErrorOccurred() local
6571 error_code |= HAL_FMPI2C_ERROR_TIMEOUT; in FMPI2C_IsErrorOccurred()
6588 error_code |= HAL_FMPI2C_ERROR_AF; in FMPI2C_IsErrorOccurred()
6600 error_code |= HAL_FMPI2C_ERROR_BERR; in FMPI2C_IsErrorOccurred()
6611 error_code |= HAL_FMPI2C_ERROR_OVR; in FMPI2C_IsErrorOccurred()
6622 error_code |= HAL_FMPI2C_ERROR_ARLO; in FMPI2C_IsErrorOccurred()
6638 hfmpi2c->ErrorCode |= error_code; in FMPI2C_IsErrorOccurred()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2c.c6842 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
6881 error_code |=HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
6899 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
6911 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
6922 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
6933 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
6949 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_i2c.c7096 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7135 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7153 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7165 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7176 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7187 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7203 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_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-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_i2c.c7100 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7139 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7157 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7169 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7180 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7191 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7207 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_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-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_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-3.5.0/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-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_i2c.c6909 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
6948 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
6966 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
6978 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
6989 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7000 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7016 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_i2c.c7408 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7447 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7465 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7477 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7488 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7499 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7515 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i2c.c7345 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7384 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()
7402 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7414 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7425 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7436 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7452 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
Dstm32h5xx_hal_sd.c2865 uint32_t error_code; in HAL_SD_Abort() local
2881 error_code = hsd->ErrorCode; in HAL_SD_Abort()
2882 if ((error_code != HAL_SD_ERROR_NONE) && (error_code != HAL_SD_ERROR_CMD_RSP_TIMEOUT)) in HAL_SD_Abort()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_i2c.c6549 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
6609 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
6621 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
6632 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
6643 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
6659 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_i2c.c7167 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7227 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()
7239 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()
7250 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()
7261 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()
7277 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()

12