Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_system/
Desp_err.c27 …_err_t rc, const char *file, int line, const char *function, const char *expression, intptr_t addr) in esp_error_check_failed_print() argument
38 …p_rom_printf("file: \"%s\" line %d\nfunc: %s\nexpression: %s\n", file, line, function, expression); in esp_error_check_failed_print()
42 …thout_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed_without_abort() argument
44 …ailed_print("ESP_ERROR_CHECK_WITHOUT_ABORT", rc, file, line, function, expression, (intptr_t)__bui… in _esp_error_check_failed_without_abort()
47 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed() argument
49 …esp_error_check_failed_print("ESP_ERROR_CHECK", rc, file, line, function, expression, (intptr_t)__… in _esp_error_check_failed()
DKconfig211 Minimal value of size, in bytes, accepted to execute a expression
/hal_espressif-latest/components/esp_common/src/
Desp_err_check_linux.c15 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed() argument
22 printf("file: \"%s\" line %d\nfunc: %s\nexpression: %s\n", file, line, function, expression); in _esp_error_check_failed()
/hal_espressif-latest/components/esp_system/include/
Desp_expression_with_stack.h29 #define ESP_EXECUTE_EXPRESSION_WITH_STACK(lock, stack, stack_size, expression) \ argument
30 esp_execute_shared_stack_function(lock, stack, stack_size, expression)
/hal_espressif-latest/components/esp_common/include/
Desp_err.h81 …eck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression);
83 …hout_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expression);