Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/include/
Dulp_common.h25 #define ESP_ERR_ULP_BASE 0x1200 /*!< Offset for ULP-related error c… macro
26 #define ESP_ERR_ULP_SIZE_TOO_BIG (ESP_ERR_ULP_BASE + 1) /*!< Program doesn't fit into RTC m…
27 #define ESP_ERR_ULP_INVALID_LOAD_ADDR (ESP_ERR_ULP_BASE + 2) /*!< Load address is outside of RTC…
28 #define ESP_ERR_ULP_DUPLICATE_LABEL (ESP_ERR_ULP_BASE + 3) /*!< More than one label with the s…
29 #define ESP_ERR_ULP_UNDEFINED_LABEL (ESP_ERR_ULP_BASE + 4) /*!< Branch instructions references…
30 #define ESP_ERR_ULP_BRANCH_OUT_OF_RANGE (ESP_ERR_ULP_BASE + 5) /*!< Branch target is out of range …
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c225 # ifdef ESP_ERR_ULP_BASE
226 …ERR_TBL_IT(ESP_ERR_ULP_BASE), /* 4608 0x1200 Offset for ULP-related…
/hal_espressif-3.6.0/components/ulp/
DREADME.rst81 .. doxygendefine:: ESP_ERR_ULP_BASE