Searched refs:error_code (Results 1 – 3 of 3) sorted by relevance
180 const char *mbedtls_high_level_strerr(int error_code);195 const char *mbedtls_low_level_strerr(int error_code);
127 #define NRFX_LOG_ERROR_STRING_GET(error_code) argument
7388 uint32_t error_code = 0; in I2C_IsErrorOccurred() local7427 error_code |= HAL_I2C_ERROR_TIMEOUT; in I2C_IsErrorOccurred()7445 error_code |= HAL_I2C_ERROR_AF; in I2C_IsErrorOccurred()7457 error_code |= HAL_I2C_ERROR_BERR; in I2C_IsErrorOccurred()7468 error_code |= HAL_I2C_ERROR_OVR; in I2C_IsErrorOccurred()7479 error_code |= HAL_I2C_ERROR_ARLO; in I2C_IsErrorOccurred()7495 hi2c->ErrorCode |= error_code; in I2C_IsErrorOccurred()