Searched refs:ESP_ERR_ULP_BASE (Results 1 – 3 of 3) sorted by relevance
25 #define ESP_ERR_ULP_BASE 0x1200 /*!< Offset for ULP-related error c… macro26 #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 …
225 # ifdef ESP_ERR_ULP_BASE226 …ERR_TBL_IT(ESP_ERR_ULP_BASE), /* 4608 0x1200 Offset for ULP-related…
81 .. doxygendefine:: ESP_ERR_ULP_BASE