Home
last modified time | relevance | path

Searched refs:info_ret (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h186 esp_err_t usb_host_lib_info(usb_host_lib_info_t *info_ret);
/hal_espressif-3.6.0/components/usb/
Dusb_host.c545 esp_err_t usb_host_lib_info(usb_host_lib_info_t *info_ret) in usb_host_lib_info() argument
547 HOST_CHECK(info_ret != NULL, ESP_ERR_INVALID_ARG); in usb_host_lib_info()
557 info_ret->num_devices = num_devs_temp; in usb_host_lib_info()
558 info_ret->num_clients = num_clients_temp; in usb_host_lib_info()