Home
last modified time | relevance | path

Searched refs:ESP_ERROR_CHECK_WITHOUT_ABORT (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/include/
Desp_err.h135 #define ESP_ERROR_CHECK_WITHOUT_ABORT(x) ({ \ macro
140 #define ESP_ERROR_CHECK_WITHOUT_ABORT(x) ({ \ macro
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Derror-handling.rst74 ``ESP_ERROR_CHECK_WITHOUT_ABORT`` 宏
77 宏 :cpp:func:`ESP_ERROR_CHECK_WITHOUT_ABORT` 的功能和 ``ESP_ERROR_CHECK`` 类似, 不同之处在于它不会调用 ``abort()``.
121ESP_ERROR_CHECK_WITHOUT_ABORT(x); // err message printed if `x` is not `…
/hal_espressif-3.6.0/docs/en/api-guides/
Derror-handling.rst73 ``ESP_ERROR_CHECK_WITHOUT_ABORT`` macro
76 :cpp:func:`ESP_ERROR_CHECK_WITHOUT_ABORT` macro serves similar purpose as ``ESP_ERROR_CHECK``, exce…
120ESP_ERROR_CHECK_WITHOUT_ABORT(x); // err message printed if `x` is not `…