Searched refs:i2c_set_period (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/driver/test/ |
D | test_i2c.c | 175 TEST_ESP_OK(i2c_set_period(I2C_MASTER_NUM, I2C_SCL_HIGH_PERIOD_V, I2C_SCL_HIGH_PERIOD_V)); 180 …TEST_ASSERT_NOT_NULL((void *)i2c_set_period(I2C_MASTER_NUM, I2C_SCL_HIGH_PERIOD_V + 1, I2C_SCL_HIG… 182 TEST_ESP_OK(i2c_set_period(I2C_MASTER_NUM, 300, 400)); 638 TEST_ESP_OK(i2c_set_period(i2c_num, i, i));
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | i2c.h | 493 esp_err_t i2c_set_period(i2c_port_t i2c_num, int high_period, int low_period);
|
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/ |
D | i2c.rst | 330 - :cpp:func:`i2c_set_period`
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | i2c.rst | 330 - :cpp:func:`i2c_set_period`
|
/hal_espressif-3.6.0/components/driver/ |
D | i2c.c | 705 esp_err_t i2c_set_period(i2c_port_t i2c_num, int high_period, int low_period) in i2c_set_period() function
|