esp_idf_sys

Function 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 Register the VHCI callback funations defined in esp_vhci_host_callback structure.

@param[in] callback esp_vhci_host_callback type variable

@return - ESP_OK: Success - ESP_FAIL: Failure