|
| typedef esp_err_t | pal_err_t |
| | Aliased to esp_err_t on ESP32 targets.
|
| |
- Warning
- This file is included automatically by
pal_err.h when ESP_PLATFORM is defined. Do not include it directly.
Maps every PAL error constant and the pal_err_t type to their ESP-IDF esp_err_t counterparts so that PAL and ESP-IDF error values are fully interchangeable on ESP32 targets.
◆ PAL_ERR_INVALID_ARG
| #define PAL_ERR_INVALID_ARG ESP_ERR_INVALID_ARG |
◆ PAL_ERR_INVALID_CRC
| #define PAL_ERR_INVALID_CRC ESP_ERR_INVALID_CRC |
◆ PAL_ERR_INVALID_SIZE
| #define PAL_ERR_INVALID_SIZE ESP_ERR_INVALID_SIZE |
◆ PAL_ERR_INVALID_STATE
| #define PAL_ERR_INVALID_STATE ESP_ERR_INVALID_STATE |
◆ PAL_ERR_NO_MEM
| #define PAL_ERR_NO_MEM ESP_ERR_NO_MEM |
◆ PAL_ERR_NOT_ALLOWED
| #define PAL_ERR_NOT_ALLOWED ESP_ERR_NOT_ALLOWED |
◆ PAL_ERR_NOT_FINISHED
| #define PAL_ERR_NOT_FINISHED ESP_ERR_NOT_FINISHED |
◆ PAL_ERR_NOT_FOUND
| #define PAL_ERR_NOT_FOUND ESP_ERR_NOT_FOUND |
◆ PAL_ERR_NOT_SUPPORTED
| #define PAL_ERR_NOT_SUPPORTED ESP_ERR_NOT_SUPPORTED |
◆ PAL_ERR_TIMEOUT
| #define PAL_ERR_TIMEOUT ESP_ERR_TIMEOUT |
◆ PAL_FAIL
| #define PAL_FAIL ESP_FAIL |
◆ PAL_OK
◆ pal_err_t
Aliased to esp_err_t on ESP32 targets.