Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_reg.h619 #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
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Di2c_reg.h749 #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
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Di2c_reg.h749 #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
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_reg.h935 #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
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Di2c_reg.h742 #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
/hal_espressif-3.6.0/components/driver/
Di2c.c795 …ESP_RETURN_ON_FALSE((sample_time <= I2C_SDA_SAMPLE_TIME_V) && (sample_time > 0), ESP_ERR_INVALID_A… in i2c_set_data_timing()