Function esp_idf_hal::sys::protocomm_delete

source ยท
pub unsafe extern "C" fn protocomm_delete(pc: *mut protocomm)
Expand description

@brief Delete a protocomm instance

This API will deallocate a protocomm instance that was created using protocomm_new().

@param[in] pc Pointer to the protocomm instance to be deleted