ESP-IDF
ESP_ERR_ULP_BASE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_ERR_ULP_BASE
ESP_ERR_ULP_BASE macro
Offset for ULP-related error codes
Syntax
Show:
Summary
Declaration
from
ulp_fsm_common.h:19
#define
ESP_ERR_ULP_BASE
0x1200
Examples
References
from
examples
Code
Location
#define
ESP_ERR_ULP_BASE
0x1200
/*!< Offset for ULP-related error codes */
ulp_fsm_common.h:19
# ifdef
ESP_ERR_ULP_BASE
esp_err_to_name.c:242
ERR_TBL_IT
(
ESP_ERR_ULP_BASE
)
,
/* 4608 0x1200 Offset for ULP-related error codes */
esp_err_to_name.c:243
#define
ESP_ERR_ULP_SIZE_TOO_BIG
(
ESP_ERR_ULP_BASE
+
1
)
/*!< Program doesn't fit into RTC memory reserved for the ULP */
ulp_fsm_common.h:20
#define
ESP_ERR_ULP_INVALID_LOAD_ADDR
(
ESP_ERR_ULP_BASE
+
2
)
/*!< Load address is outside of RTC memory reserved for the ULP */
ulp_fsm_common.h:21
#define
ESP_ERR_ULP_DUPLICATE_LABEL
(
ESP_ERR_ULP_BASE
+
3
)
/*!< More than one label with the same number was defined */
ulp_fsm_common.h:22
#define
ESP_ERR_ULP_UNDEFINED_LABEL
(
ESP_ERR_ULP_BASE
+
4
)
/*!< Branch instructions references an undefined label */
ulp_fsm_common.h:23
#define
ESP_ERR_ULP_BRANCH_OUT_OF_RANGE
(
ESP_ERR_ULP_BASE
+
5
)
/*!< Branch target is out of range of B instruction (try replacing with BX) */
ulp_fsm_common.h:24
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out