Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/
Desp_err.c23 … char *msg, esp_err_t rc, const char *file, int line, const char *function, const char *expression) in esp_error_check_failed_print()
35 …thout_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed_without_abort()
40 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed()
/hal_espressif-3.6.0/components/lwip/port/esp32/include/arch/
Dcc.h101 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
105 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Desp_error_check_stub.cpp5 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed()
/hal_espressif-3.6.0/components/esp_system/include/
Desp_expression_with_stack.h29 #define ESP_EXECUTE_EXPRESSION_WITH_STACK(lock, stack, stack_size, expression) \ argument
/hal_espressif-3.6.0/components/wear_levelling/test_wl_host/
Desp_error_check_stub.cpp5 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed()
/hal_espressif-3.6.0/components/mdns/host_test/components/esp_system_protocols_linux/
Desp_log_impl.c18 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed()
/hal_espressif-3.6.0/tools/ldgen/
Dsdkconfig.py45 def evaluate_expression(self, expression): argument