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#include "esp_err.h"
2
3typedef esp_err_t pal_err_t;
4
5#define PAL_OK ESP_OK
6#define PAL_FAIL ESP_FAIL
7#define PAL_ERR_NO_MEM ESP_ERR_NO_MEM
8#define PAL_ERR_INVALID_ARG ESP_ERR_INVALID_ARG
9#define PAL_ERR_INVALID_STATE ESP_ERR_INVALID_STATE
10#define PAL_ERR_INVALID_SIZE ESP_ERR_INVALID_SIZE
11#define PAL_ERR_NOT_FOUND ESP_ERR_NOT_FOUND
12#define PAL_ERR_NOT_SUPPORTED ESP_ERR_NOT_SUPPORTED
13#define PAL_ERR_TIMEOUT ESP_ERR_TIMEOUT
14#define PAL_ERR_INVALID_CRC ESP_ERR_INVALID_CRC
15#define PAL_ERR_NOT_FINISHED ESP_ERR_NOT_FINISHED
16#define PAL_ERR_NOT_ALLOWED ESP_ERR_NOT_ALLOWED
int pal_err_t
Definition pal_err.h:9