Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Derror.h180 const char *mbedtls_high_level_strerr(int error_code);
195 const char *mbedtls_low_level_strerr(int error_code);
/trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/common/
Dnrfx_log.h127 #define NRFX_LOG_ERROR_STRING_GET(error_code) argument
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_i2c.c7388 uint32_t error_code = 0; in I2C_IsErrorOccurred() local
7427 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()