Searched refs:full_thr (Results 1 – 7 of 7) sorted by relevance
112 void i2c_hal_set_rxfifo_full_thr(i2c_hal_context_t *hal, uint8_t full_thr) in i2c_hal_set_rxfifo_full_thr() argument114 i2c_ll_set_rxfifo_full_thr(hal->dev, full_thr); in i2c_hal_set_rxfifo_full_thr()
373 static inline void i2c_ll_set_rxfifo_full_thr(i2c_dev_t *hw, uint8_t full_thr) in i2c_ll_set_rxfifo_full_thr() argument375 hw->fifo_conf.rx_fifo_full_thrhd = full_thr; in i2c_ll_set_rxfifo_full_thr()
380 static inline void i2c_ll_set_rxfifo_full_thr(i2c_dev_t *hw, uint8_t full_thr) in i2c_ll_set_rxfifo_full_thr() argument382 hw->fifo_conf.rx_fifo_wm_thrhd = full_thr; in i2c_ll_set_rxfifo_full_thr()
391 static inline void i2c_ll_set_rxfifo_full_thr(i2c_dev_t *hw, uint8_t full_thr) in i2c_ll_set_rxfifo_full_thr() argument393 hw->fifo_conf.rx_fifo_wm_thrhd = full_thr; in i2c_ll_set_rxfifo_full_thr()
402 static inline void i2c_ll_set_rxfifo_full_thr(i2c_dev_t *hw, uint8_t full_thr) in i2c_ll_set_rxfifo_full_thr() argument404 hw->fifo_conf.rxfifo_wm_thrhd = full_thr; in i2c_ll_set_rxfifo_full_thr()
408 static inline void i2c_ll_set_rxfifo_full_thr(i2c_dev_t *hw, uint8_t full_thr) in i2c_ll_set_rxfifo_full_thr() argument410 hw->fifo_conf.rx_fifo_wm_thrhd = full_thr; in i2c_ll_set_rxfifo_full_thr()
346 void i2c_hal_set_rxfifo_full_thr(i2c_hal_context_t *hal, uint8_t full_thr);