pub unsafe extern "C" fn i2c_set_stop_timing(
    i2c_num: u32,
    setup_time: i32,
    hold_time: i32
) -> i32
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