Function esp_idf_sys::esp_vhci_host_register_callback

source ยท
pub unsafe extern "C" fn esp_vhci_host_register_callback(
    callback: *const esp_vhci_host_callback_t,
) -> esp_err_t
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