Searched refs:scl_high (Results 1 – 8 of 8) sorted by relevance
69 uint16_t scl_high; /*!< I2C scl hight period */ member114 clk_cal->scl_high = half_cycle; in i2c_ll_cal_bus_clk()116 clk_cal->sda_sample = clk_cal->scl_high / 2; in i2c_ll_cal_bus_clk()134 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
67 uint16_t scl_high; /*!< I2C scl hight period */ member114 clk_cal->scl_high = half_cycle / 2 + 2; in i2c_ll_cal_bus_clk()115 clk_cal->scl_wait_high = half_cycle - clk_cal->scl_high; in i2c_ll_cal_bus_clk()137 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
66 uint16_t scl_high; /*!< I2C scl hight period */ member120 clk_cal->scl_high = (bus_freq <= 50000) ? half_cycle : (half_cycle / 5 * 4 + 4); in i2c_ll_cal_bus_clk()121 clk_cal->scl_wait_high = half_cycle - clk_cal->scl_high; in i2c_ll_cal_bus_clk()157 hw->scl_high_period.scl_high_period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
69 uint16_t scl_high; /*!< I2C scl hight period */ member127 clk_cal->scl_high = half_cycle - scl_wait_high; in i2c_ll_cal_bus_clk()163 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
73 uint16_t scl_high; /*!< I2C scl hight period */ member131 clk_cal->scl_high = half_cycle - scl_wait_high; in i2c_ll_cal_bus_clk()167 hw->scl_high_period.period = bus_cfg->scl_high; in i2c_ll_set_bus_timing()
82 } scl_high; member