ESP32-P4 OBC Firmware
ESP-IDF firmware for Plant-B CubeSat OBC
 
Loading...
Searching...
No Matches
pal_err_esp.h File Reference

ESP32 platform aliases for PAL error codes. More...

#include "esp_err.h"

Go to the source code of this file.

Macros

ESP32 Error Code Aliases
#define PAL_OK   ESP_OK
 
#define PAL_FAIL   ESP_FAIL
 
#define PAL_ERR_NO_MEM   ESP_ERR_NO_MEM
 
#define PAL_ERR_INVALID_ARG   ESP_ERR_INVALID_ARG
 
#define PAL_ERR_INVALID_STATE   ESP_ERR_INVALID_STATE
 
#define PAL_ERR_INVALID_SIZE   ESP_ERR_INVALID_SIZE
 
#define PAL_ERR_NOT_FOUND   ESP_ERR_NOT_FOUND
 
#define PAL_ERR_NOT_SUPPORTED   ESP_ERR_NOT_SUPPORTED
 
#define PAL_ERR_TIMEOUT   ESP_ERR_TIMEOUT
 
#define PAL_ERR_INVALID_CRC   ESP_ERR_INVALID_CRC
 
#define PAL_ERR_NOT_FINISHED   ESP_ERR_NOT_FINISHED
 
#define PAL_ERR_NOT_ALLOWED   ESP_ERR_NOT_ALLOWED
 

Typedefs

typedef esp_err_t pal_err_t
 Aliased to esp_err_t on ESP32 targets.
 

Detailed Description

ESP32 platform aliases for PAL error codes.

Author
Adrien Chevrier

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Version
0.1
Date
2026-02-05