Searched refs:tout_en (Results 1 – 6 of 6) sorted by relevance
82 void i2c_hal_set_tout_en(i2c_hal_context_t *hal, bool tout_en) in i2c_hal_set_tout_en() argument84 i2c_ll_set_tout_en(hal->dev, tout_en); in i2c_hal_set_tout_en()
279 static inline void i2c_ll_set_tout_en(i2c_dev_t *hw, bool tout_en) in i2c_ll_set_tout_en() argument281 hw->timeout.time_out_en = tout_en; in i2c_ll_set_tout_en()
299 static inline void i2c_ll_set_tout_en(i2c_dev_t *hw, bool tout_en) in i2c_ll_set_tout_en() argument301 hw->to.time_out_en = tout_en; in i2c_ll_set_tout_en()
308 static inline void i2c_ll_set_tout_en(i2c_dev_t *hw, bool tout_en) in i2c_ll_set_tout_en() argument310 hw->timeout.time_out_en = tout_en; in i2c_ll_set_tout_en()
273 void i2c_hal_set_tout_en(i2c_hal_context_t *hal, bool tout_en);
273 static inline void i2c_ll_set_tout_en(i2c_dev_t *hw, bool tout_en) in i2c_ll_set_tout_en() argument