Searched refs:I2C_DATA_LEN_ERR_STR (Results 1 – 1 of 1) sorted by relevance
61 #define I2C_DATA_LEN_ERR_STR "i2c data read length error" macro1242 ESP_RETURN_ON_FALSE(data_len > 0, ESP_ERR_INVALID_ARG, I2C_TAG, I2C_DATA_LEN_ERR_STR); in i2c_master_read()