Searched refs:empty_thr (Results 1 – 7 of 7) sorted by relevance
107 void i2c_hal_set_txfifo_empty_thr(i2c_hal_context_t *hal, uint8_t empty_thr) in i2c_hal_set_txfifo_empty_thr() argument109 i2c_ll_set_txfifo_empty_thr(hal->dev, empty_thr); in i2c_hal_set_txfifo_empty_thr()
360 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument362 hw->fifo_conf.tx_fifo_empty_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
367 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument369 hw->fifo_conf.tx_fifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
378 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument380 hw->fifo_conf.tx_fifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
389 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument391 hw->fifo_conf.txfifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
395 static inline void i2c_ll_set_txfifo_empty_thr(i2c_dev_t *hw, uint8_t empty_thr) in i2c_ll_set_txfifo_empty_thr() argument397 hw->fifo_conf.tx_fifo_wm_thrhd = empty_thr; in i2c_ll_set_txfifo_empty_thr()
336 void i2c_hal_set_txfifo_empty_thr(i2c_hal_context_t *hal, uint8_t empty_thr);