Lines Matching refs:x
105 #define ESP_ERROR_CHECK(x) do { \ argument
106 esp_err_t err_rc_ = (x); \
110 #define ESP_ERROR_CHECK(x) do { \ argument
111 esp_err_t err_rc_ = (x); \
117 #define ESP_ERROR_CHECK(x) do { \ argument
118 esp_err_t err_rc_ = (x); \
121 __ASSERT_FUNC, #x); \
132 #define ESP_ERROR_CHECK_WITHOUT_ABORT(x) ({ \ argument
133 esp_err_t err_rc_ = (x); \
137 #define ESP_ERROR_CHECK_WITHOUT_ABORT(x) ({ \ argument
138 esp_err_t err_rc_ = (x); \
141 __ASSERT_FUNC, #x); \