Home
last modified time | relevance | path

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

/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() argument
109 i2c_ll_set_txfifo_empty_thr(hal->dev, empty_thr); in i2c_hal_set_txfifo_empty_thr()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h360 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument
362 hw->fifo_conf.tx_fifo_empty_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h367 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument
369 hw->fifo_conf.tx_fifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h378 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument
380 hw->fifo_conf.tx_fifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h389 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument
391 hw->fifo_conf.txfifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h395 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument
397 hw->fifo_conf.tx_fifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
/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);