Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Di2c.c68 #define I2C_CMD_ALIVE_INTERVAL_TICK (1000 / portTICK_PERIOD_MS) macro
1456 wait_time = I2C_CMD_ALIVE_INTERVAL_TICK; in i2c_master_cmd_begin()
1459 if (wait_time < I2C_CMD_ALIVE_INTERVAL_TICK) { in i2c_master_cmd_begin()
1460 wait_time = I2C_CMD_ALIVE_INTERVAL_TICK; in i2c_master_cmd_begin()