ESP-IDF
ESP_ERR_ULP_SIZE_TOO_BIG
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_SIZE_TOO_BIG
ESP_ERR_ULP_SIZE_TOO_BIG macro
Program doesn't fit into RTC memory reserved for the ULP
Syntax
Show:
Summary
Declaration
from
ulp_fsm_common.h:20
#define
ESP_ERR_ULP_SIZE_TOO_BIG
(
ESP_ERR_ULP_BASE
+
1
)
Examples
References
from
examples
Code
Location
#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
# ifdef
ESP_ERR_ULP_SIZE_TOO_BIG
esp_err_to_name.c:245
ERR_TBL_IT
(
ESP_ERR_ULP_SIZE_TOO_BIG
)
,
/* 4609 0x1201 Program doesn't fit into RTC memory
esp_err_to_name.c:246
return
ESP_ERR_ULP_SIZE_TOO_BIG
;
ulp_macro.c:199
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