Searched refs:I2C_SCL_STOP_SETUP_TIME_V (Results 1 – 6 of 6) sorted by relevance
662 #define I2C_SCL_STOP_SETUP_TIME_M ((I2C_SCL_STOP_SETUP_TIME_V)<<(I2C_SCL_STOP_SETUP_TIME_S))663 #define I2C_SCL_STOP_SETUP_TIME_V 0x3FF macro
795 #define I2C_SCL_STOP_SETUP_TIME_M ((I2C_SCL_STOP_SETUP_TIME_V)<<(I2C_SCL_STOP_SETUP_TIME_S))796 #define I2C_SCL_STOP_SETUP_TIME_V 0x1FF macro
1013 #define I2C_SCL_STOP_SETUP_TIME_M (I2C_SCL_STOP_SETUP_TIME_V << I2C_SCL_STOP_SETUP_TIME_S)1014 #define I2C_SCL_STOP_SETUP_TIME_V 0x000001FFU macro
788 #define I2C_SCL_STOP_SETUP_TIME_M ((I2C_SCL_STOP_SETUP_TIME_V)<<(I2C_SCL_STOP_SETUP_TIME_S))789 #define I2C_SCL_STOP_SETUP_TIME_V 0x3FF macro
773 …ESP_RETURN_ON_FALSE((setup_time <= I2C_SCL_STOP_SETUP_TIME_V) && (setup_time > 0), ESP_ERR_INVALID… in i2c_set_stop_timing()