ESP32-P4 OBC Firmware
ESP-IDF firmware for Plant-B CubeSat OBC
 
Loading...
Searching...
No Matches
pal_err_esp.h
Go to the documentation of this file.
1
24
36
37#include "esp_err.h"
38
43typedef esp_err_t pal_err_t;
44
48
49#define PAL_OK ESP_OK
50#define PAL_FAIL ESP_FAIL
51#define PAL_ERR_NO_MEM ESP_ERR_NO_MEM
52#define PAL_ERR_INVALID_ARG ESP_ERR_INVALID_ARG
53#define PAL_ERR_INVALID_STATE ESP_ERR_INVALID_STATE
54#define PAL_ERR_INVALID_SIZE ESP_ERR_INVALID_SIZE
55#define PAL_ERR_NOT_FOUND ESP_ERR_NOT_FOUND
56#define PAL_ERR_NOT_SUPPORTED ESP_ERR_NOT_SUPPORTED
57#define PAL_ERR_TIMEOUT ESP_ERR_TIMEOUT
58#define PAL_ERR_INVALID_CRC ESP_ERR_INVALID_CRC
59#define PAL_ERR_NOT_FINISHED ESP_ERR_NOT_FINISHED
60#define PAL_ERR_NOT_ALLOWED ESP_ERR_NOT_ALLOWED
61 // end of ESP32 Error Code Aliases
63 // end of pal_err_esp32 group
65
int pal_err_t
Definition pal_err.h:44