Searched refs:soft_i2c_config (Results 1 – 1 of 1) sorted by relevance
34 struct soft_i2c_config struct50 struct soft_i2c_config i2c_cfg[] = argument143 static void pin_init(const struct soft_i2c_config *cfg) in pin_init()159 rt_pin_write(((const struct soft_i2c_config*)cfg)->sda_pin, value); in set_sda()169 rt_pin_write(((const struct soft_i2c_config*)cfg)->scl_pin, value); in set_scl()178 return rt_pin_read(((const struct soft_i2c_config*)cfg)->sda_pin); in get_sda()187 return rt_pin_read(((const struct soft_i2c_config*)cfg)->scl_pin); in get_scl()207 static rt_err_t i2c_bus_unlock(const struct soft_i2c_config *cfg) in i2c_bus_unlock()238 struct soft_i2c_config *cfg = &i2c_cfg[i]; in rt_soft_i2c_init()
Completed in 2 milliseconds