Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_reg.h653 #define I2C_SCL_STOP_HOLD_TIME_M ((I2C_SCL_STOP_HOLD_TIME_V)<<(I2C_SCL_STOP_HOLD_TIME_S))
654 #define I2C_SCL_STOP_HOLD_TIME_V 0x3FFF macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Di2c_reg.h787 #define I2C_SCL_STOP_HOLD_TIME_M ((I2C_SCL_STOP_HOLD_TIME_V)<<(I2C_SCL_STOP_HOLD_TIME_S))
788 #define I2C_SCL_STOP_HOLD_TIME_V 0x1FF macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Di2c_reg.h787 #define I2C_SCL_STOP_HOLD_TIME_M ((I2C_SCL_STOP_HOLD_TIME_V)<<(I2C_SCL_STOP_HOLD_TIME_S))
788 #define I2C_SCL_STOP_HOLD_TIME_V 0x1FF macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_reg.h999 #define I2C_SCL_STOP_HOLD_TIME_M (I2C_SCL_STOP_HOLD_TIME_V << I2C_SCL_STOP_HOLD_TIME_S)
1000 #define I2C_SCL_STOP_HOLD_TIME_V 0x000001FFU macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Di2c_reg.h780 #define I2C_SCL_STOP_HOLD_TIME_M ((I2C_SCL_STOP_HOLD_TIME_V)<<(I2C_SCL_STOP_HOLD_TIME_S))
781 #define I2C_SCL_STOP_HOLD_TIME_V 0x3FFF macro
/hal_espressif-3.6.0/components/driver/
Di2c.c774 …ESP_RETURN_ON_FALSE((hold_time <= I2C_SCL_STOP_HOLD_TIME_V) && (hold_time > 0), ESP_ERR_INVALID_AR… in i2c_set_stop_timing()