Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/include/
Desp_exception.hpp66 #define CHECK_THROW_SPECIFIC(error_, exception_type_) \ macro
Di2c_cxx.hpp469 CHECK_THROW_SPECIFIC(i2c_master_stop(cmd_link.handle), I2CException); in do_transfer()
471CHECK_THROW_SPECIFIC(i2c_master_cmd_begin(i2c_num, cmd_link.handle, driver_timeout / portTICK_RATE… in do_transfer()
/hal_espressif-3.6.0/examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/
Desp_mqtt_cxx.cpp129CHECK_THROW_SPECIFIC(esp_mqtt_client_register_event(handler.get(), MQTT_EVENT_ANY, mqtt_event_hand… in Client()
130 CHECK_THROW_SPECIFIC(esp_mqtt_client_start(handler.get()), mqtt::MQTTException); in Client()
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/
Dgpio_cxx.cpp15 #define GPIO_CHECK_THROW(err) CHECK_THROW_SPECIFIC((err), GPIOException)
Di2c_cxx.cpp23 #define I2C_CHECK_THROW(err) CHECK_THROW_SPECIFIC((err), I2CException)