Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Di2c.h158 esp_err_t i2c_reset_rx_fifo(i2c_port_t i2c_num);
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/
Di2c.rst363 如果出现通信失败,可以分别为发送和接收缓存区调用 :cpp:func:`i2c_reset_tx_fifo` 和 :cpp:func:`i2c_reset_rx_fifo` 来重置内部硬件缓存区。
/hal_espressif-3.6.0/components/driver/
Di2c.c466 esp_err_t i2c_reset_rx_fifo(i2c_port_t i2c_num) in i2c_reset_rx_fifo() function
1430 i2c_reset_rx_fifo(i2c_num); in i2c_master_cmd_begin()
1443 i2c_reset_rx_fifo(i2c_num); in i2c_master_cmd_begin()
/hal_espressif-3.6.0/components/driver/test/
Dtest_i2c.c200 TEST_ESP_OK(i2c_reset_rx_fifo(I2C_SLAVE_NUM));
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Di2c.rst363 … calling the functions :cpp:func:`i2c_reset_tx_fifo` and :cpp:func:`i2c_reset_rx_fifo` for the sen…