Searched refs:I2C_SDA_SAMPLE_TIME_V (Results 1 – 6 of 6) sorted by relevance
619 #define I2C_SDA_SAMPLE_TIME_M ((I2C_SDA_SAMPLE_TIME_V)<<(I2C_SDA_SAMPLE_TIME_S))620 #define I2C_SDA_SAMPLE_TIME_V 0x3FF macro
749 #define I2C_SDA_SAMPLE_TIME_M ((I2C_SDA_SAMPLE_TIME_V)<<(I2C_SDA_SAMPLE_TIME_S))750 #define I2C_SDA_SAMPLE_TIME_V 0x1FF macro
935 #define I2C_SDA_SAMPLE_TIME_M (I2C_SDA_SAMPLE_TIME_V << I2C_SDA_SAMPLE_TIME_S)936 #define I2C_SDA_SAMPLE_TIME_V 0x000001FFU macro
742 #define I2C_SDA_SAMPLE_TIME_M ((I2C_SDA_SAMPLE_TIME_V)<<(I2C_SDA_SAMPLE_TIME_S))743 #define I2C_SDA_SAMPLE_TIME_V 0x3FF macro
795 …ESP_RETURN_ON_FALSE((sample_time <= I2C_SDA_SAMPLE_TIME_V) && (sample_time > 0), ESP_ERR_INVALID_A… in i2c_set_data_timing()