Function esp_idf_sys::i2c_set_stop_timing
source · pub unsafe extern "C" fn i2c_set_stop_timing(
i2c_num: i2c_port_t,
setup_time: c_int,
hold_time: c_int,
) -> esp_err_t
Expand description
@brief set I2C master stop signal timing
@param i2c_num I2C port number @param setup_time clock num between the rising-edge of SCL and the rising-edge of SDA, it’s a 10-bit value. @param hold_time clock number after the STOP bit’s rising-edge, it’s a 14-bit value.
@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error