ESP-IDF
+
0
/7 examples
SourceVu will show references to
ESP_ERROR_CHECK_WITHOUT_ABORT
from the following samples and libraries:
ip_internal_network sample
softap_sta sample
captive_portal sample
mb_slave sample
mb_tcp_slave sample
cdc_acm_host sample
cdc_acm_vcp sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_ERROR_CHECK_WITHOUT_ABORT
ESP_ERROR_CHECK_WITHOUT_ABORT macro
Macro which can be used to check the error code. Prints the error code, error location, and the failed statement to serial output. In comparison with ESP_ERROR_CHECK(), this prints the same error message but isn't terminating the program.
Syntax
Show:
Summary
Declaration
from
esp_err.h:130
#define
ESP_ERROR_CHECK_WITHOUT_ABORT
(
x
)
(
{
\
esp_err_t
err_rc_
=
(
x
)
;
\
err_rc_
;
\
}
)
Arguments
Argument
x
Examples
ESP_ERROR_CHECK_WITHOUT_ABORT
is referenced by 7 libraries and example projects:
References
from
examples
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