USBH_DeviceTypeDef::current_interface is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_DeviceTypeDef::current_interface field

Syntax

uint8_t current_interface;

References

LocationReferrerText
usbh_def.h:443
uint8_t current_interface;
usbh_core.c:307USBH_SelectInterface()
phost->device.current_interface = interface;
usbh_core.c:602USBH_Process()
phost->device.current_interface = 0U;
usbh_hid.c:772USBH_HID_GetDeviceType()
InterfaceProtocol = phost->device.CfgDesc.Itf_Desc[phost->device.current_interface].bInterfaceProtocol;

Data Use

Functions writing USBH_DeviceTypeDef::current_interface
Functions reading USBH_DeviceTypeDef::current_interface
USBH_DeviceTypeDef::current_interface
all items filtered out
Type of USBH_DeviceTypeDef::current_interface
USBH_DeviceTypeDef::current_interface
uint8_t
all items filtered out