Searched refs:CHECK_THROW_SPECIFIC (Results 1 – 5 of 5) sorted by relevance
66 #define CHECK_THROW_SPECIFIC(error_, exception_type_) \ macro
469 CHECK_THROW_SPECIFIC(i2c_master_stop(cmd_link.handle), I2CException); in do_transfer()471 …CHECK_THROW_SPECIFIC(i2c_master_cmd_begin(i2c_num, cmd_link.handle, driver_timeout / portTICK_RATE… in do_transfer()
129 …CHECK_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()
15 #define GPIO_CHECK_THROW(err) CHECK_THROW_SPECIFIC((err), GPIOException)
23 #define I2C_CHECK_THROW(err) CHECK_THROW_SPECIFIC((err), I2CException)