Function esp_idf_sys::i2c_cmd_link_delete_static
source ยท pub unsafe extern "C" fn i2c_cmd_link_delete_static(
cmd_handle: i2c_cmd_handle_t,
)
Expand description
@brief Free the I2C commands list allocated statically with i2c_cmd_link_create_static
.
@param cmd_handle I2C commands list allocated statically. This handle should be created thanks to
i2c_cmd_link_create_static()
function