Home
last modified time | relevance | path

Searched refs:I2C_LL_MAX_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h99 #define I2C_LL_MAX_TIMEOUT I2C_TIME_OUT_REG_V macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h98 #define I2C_LL_MAX_TIMEOUT I2C_TIME_OUT_REG_V macro
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h102 #define I2C_LL_MAX_TIMEOUT I2C_TIME_OUT_REG_V macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h97 #define I2C_LL_MAX_TIMEOUT I2C_TIME_OUT_VALUE_V macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h106 #define I2C_LL_MAX_TIMEOUT I2C_TIME_OUT_REG_V macro
/hal_espressif-3.6.0/components/driver/
Di2c.c817 …ESP_RETURN_ON_FALSE((timeout <= I2C_LL_MAX_TIMEOUT) && (timeout > 0), ESP_ERR_INVALID_ARG, I2C_TAG… in i2c_set_timeout()