Home
last modified time | relevance | path

Searched defs:I2CException (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/include/
Di2c_cxx.hpp25 struct I2CException : public ESPException { struct
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/
Di2c_cxx.cpp25 I2CException::I2CException(esp_err_t error) : ESPException(error) { } in I2CException() function in idf::I2CException