USBH_SelectInterface() is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_SelectInterface() function

USBH_SelectInterface Select current interface.

Syntax

USBH_StatusTypeDef USBH_SelectInterface(USBH_HandleTypeDef *phost,     uint8_t interface);
Implemented in usbh_core.c:301

Arguments

phost

Host Handle

interface

Interface number

Return value

USBH Status

References

LocationReferrerText
usbh_core.c:301
USBH_StatusTypeDef USBH_SelectInterface(USBH_HandleTypeDef *phost, uint8_t interface)
usbh_core.h:92
USBH_StatusTypeDef USBH_SelectInterface(USBH_HandleTypeDef *phost, uint8_t interface);
usbh_cdc.c:167USBH_CDC_InterfaceInit()
status = USBH_SelectInterface(phost, interface);
usbh_hid.c:154USBH_HID_InterfaceInit()
status = USBH_SelectInterface(phost, interface);
usbh_msc.c:164USBH_MSC_InterfaceInit()
status = USBH_SelectInterface(phost, interface);
usbh_mtp.c:151USBH_MTP_InterfaceInit()
(void)USBH_SelectInterface(phost, interface);
usbh_mtp.c:153USBH_MTP_InterfaceInit()
status = USBH_SelectInterface(phost, interface);

Call Tree

Functions calling USBH_SelectInterface()
Functions called by USBH_SelectInterface()
USBH_SelectInterface()
printf()
all items filtered out
Type of USBH_SelectInterface()
USBH_SelectInterface()