Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Di2c_hal.h336 void i2c_hal_set_txfifo_empty_thr(i2c_hal_context_t *hal, uint8_t empty_thr);
/hal_espressif-3.6.0/components/hal/
Di2c_hal.c107 void i2c_hal_set_txfifo_empty_thr(i2c_hal_context_t *hal, uint8_t empty_thr) in i2c_hal_set_txfifo_empty_thr() function
/hal_espressif-3.6.0/components/driver/
Di2c.c689 i2c_hal_set_txfifo_empty_thr(&(i2c_context[i2c_num].hal), I2C_FIFO_EMPTY_THRESH_VAL); in i2c_param_config()