Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_reg.h662 #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
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Di2c_reg.h795 #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
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Di2c_reg.h795 #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
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_reg.h1013 #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
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Di2c_reg.h788 #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
/hal_espressif-3.6.0/components/driver/
Di2c.c773 …ESP_RETURN_ON_FALSE((setup_time <= I2C_SCL_STOP_SETUP_TIME_V) && (setup_time > 0), ESP_ERR_INVALID… in i2c_set_stop_timing()