Function esp_idf_svc::hal::sys::esp_vhci_host_register_callback

source ยท
pub unsafe extern "C" fn esp_vhci_host_register_callback(
    callback: *const esp_vhci_host_callback,
) -> i32
Expand description

@brief esp_vhci_host_register_callback register the vhci reference callback struct defined by vhci_host_callback structure. @param callback esp_vhci_host_callback type variable @return ESP_OK - success, ESP_FAIL - failed