Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Di2c_hal.h346 void i2c_hal_set_rxfifo_full_thr(i2c_hal_context_t *hal, uint8_t full_thr);
/hal_espressif-3.6.0/components/hal/
Di2c_hal.c112 void i2c_hal_set_rxfifo_full_thr(i2c_hal_context_t *hal, uint8_t full_thr) in i2c_hal_set_rxfifo_full_thr() function
/hal_espressif-3.6.0/components/driver/
Di2c.c688 i2c_hal_set_rxfifo_full_thr(&(i2c_context[i2c_num].hal), I2C_FIFO_FULL_THRESH_VAL); in i2c_param_config()