ESP-IDF
ESP_ERR_ULP_INVALID_LOAD_ADDR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_INVALID_LOAD_ADDR
ESP_ERR_ULP_INVALID_LOAD_ADDR macro
Load address is outside of RTC memory reserved for the ULP
Syntax
Show:
Summary
Declaration
from
ulp_fsm_common.h:21
#define
ESP_ERR_ULP_INVALID_LOAD_ADDR
(
ESP_ERR_ULP_BASE
+
2
)
Examples
References
from
examples
Code
Location
#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
# ifdef
ESP_ERR_ULP_INVALID_LOAD_ADDR
esp_err_to_name.c:249
ERR_TBL_IT
(
ESP_ERR_ULP_INVALID_LOAD_ADDR
)
,
/* 4610 0x1202 Load address is outside of RTC memory
esp_err_to_name.c:250
return
ESP_ERR_ULP_INVALID_LOAD_ADDR
;
ulp_macro.c:194
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