_USBH_HandleTypeDef::device is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_USBH_HandleTypeDef::device field

Syntax

References

LocationReferrerText
usbh_def.h:470
usbh_audio.c:286USBH_AUDIO_InterfaceInit()
phost->device.address,
usbh_audio.c:287USBH_AUDIO_InterfaceInit()
phost->device.speed,
usbh_audio.c:303USBH_AUDIO_InterfaceInit()
phost->device.address,
usbh_audio.c:304USBH_AUDIO_InterfaceInit()
phost->device.speed,
usbh_audio.c:319USBH_AUDIO_InterfaceInit()
phost->device.address,
usbh_audio.c:320USBH_AUDIO_InterfaceInit()
phost->device.speed,
usbh_audio.c:761USBH_AUDIO_FindAudioStreamingIN()
if ((phost->device.CfgDesc.Itf_Desc[interface].bInterfaceClass == AC_CLASS) &&
usbh_audio.c:762USBH_AUDIO_FindAudioStreamingIN()
usbh_audio.c:764USBH_AUDIO_FindAudioStreamingIN()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) != 0U) &&
usbh_audio.c:765USBH_AUDIO_FindAudioStreamingIN()
(phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize > 0U))
usbh_audio.c:767USBH_AUDIO_FindAudioStreamingIN()
AUDIO_Handle->stream_in[alt_settings].Ep = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
usbh_audio.c:768USBH_AUDIO_FindAudioStreamingIN()
AUDIO_Handle->stream_in[alt_settings].EpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_audio.c:769USBH_AUDIO_FindAudioStreamingIN()
AUDIO_Handle->stream_in[alt_settings].interface = phost->device.CfgDesc.Itf_Desc[interface].bInterfaceNumber;
usbh_audio.c:770USBH_AUDIO_FindAudioStreamingIN()
AUDIO_Handle->stream_in[alt_settings].AltSettings = phost->device.CfgDesc.Itf_Desc[interface].bAlternateSetting;
usbh_audio.c:771USBH_AUDIO_FindAudioStreamingIN()
AUDIO_Handle->stream_in[alt_settings].Poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval;
usbh_audio.c:803USBH_AUDIO_FindAudioStreamingOUT()
if ((phost->device.CfgDesc.Itf_Desc[interface].bInterfaceClass == AC_CLASS) &&
usbh_audio.c:804USBH_AUDIO_FindAudioStreamingOUT()
usbh_audio.c:806USBH_AUDIO_FindAudioStreamingOUT()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) == 0x00U) &&
usbh_audio.c:807USBH_AUDIO_FindAudioStreamingOUT()
(phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize > 0U))
usbh_audio.c:809USBH_AUDIO_FindAudioStreamingOUT()
AUDIO_Handle->stream_out[alt_settings].Ep = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
usbh_audio.c:810USBH_AUDIO_FindAudioStreamingOUT()
AUDIO_Handle->stream_out[alt_settings].EpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_audio.c:811USBH_AUDIO_FindAudioStreamingOUT()
AUDIO_Handle->stream_out[alt_settings].interface = phost->device.CfgDesc.Itf_Desc[interface].bInterfaceNumber;
usbh_audio.c:812USBH_AUDIO_FindAudioStreamingOUT()
AUDIO_Handle->stream_out[alt_settings].AltSettings = phost->device.CfgDesc.Itf_Desc[interface].bAlternateSetting;
usbh_audio.c:813USBH_AUDIO_FindAudioStreamingOUT()
AUDIO_Handle->stream_out[alt_settings].Poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval;
usbh_audio.c:850USBH_AUDIO_FindHIDControl()
if ((phost->device.CfgDesc.Itf_Desc[interface].bInterfaceClass == 0x03U) && /*HID*/
usbh_audio.c:851USBH_AUDIO_FindHIDControl()
(phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize > 0U))
usbh_audio.c:853USBH_AUDIO_FindHIDControl()
if ((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) == 0x80U)
usbh_audio.c:855USBH_AUDIO_FindHIDControl()
AUDIO_Handle->control.Ep = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
usbh_audio.c:856USBH_AUDIO_FindHIDControl()
AUDIO_Handle->control.EpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_audio.c:857USBH_AUDIO_FindHIDControl()
AUDIO_Handle->control.interface = phost->device.CfgDesc.Itf_Desc[interface].bInterfaceNumber;
usbh_audio.c:858USBH_AUDIO_FindHIDControl()
AUDIO_Handle->control.Poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval;
usbh_audio.c:885USBH_AUDIO_ParseCSDescriptors()
pdesc = (USBH_DescHeader_t *)(void *)(phost->device.CfgDesc_Raw);
usbh_audio.c:893USBH_AUDIO_ParseCSDescriptors()
while (ptr < phost->device.CfgDesc.wTotalLength)
usbh_audio.c:907USBH_AUDIO_ParseCSDescriptors()
if (itf_number <= phost->device.CfgDesc.bNumInterfaces)
usbh_audio.c:918USBH_AUDIO_ParseCSDescriptors()
usbh_cdc.c:187USBH_CDC_InterfaceInit()
if ((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) != 0U)
usbh_cdc.c:189USBH_CDC_InterfaceInit()
CDC_Handle->CommItf.NotifEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
usbh_cdc.c:190USBH_CDC_InterfaceInit()
CDC_Handle->CommItf.NotifEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_cdc.c:198USBH_CDC_InterfaceInit()
usbh_cdc.c:213USBH_CDC_InterfaceInit()
if ((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) != 0U)
usbh_cdc.c:215USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.InEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
usbh_cdc.c:216USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_cdc.c:220USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.OutEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
usbh_cdc.c:221USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.OutEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_cdc.c:224USBH_CDC_InterfaceInit()
if ((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress & 0x80U) != 0U)
usbh_cdc.c:226USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.InEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress;
usbh_cdc.c:227USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].wMaxPacketSize;
usbh_cdc.c:231USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.OutEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress;
usbh_cdc.c:232USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.OutEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].wMaxPacketSize;
usbh_cdc.c:243USBH_CDC_InterfaceInit()
usbh_cdc.c:248USBH_CDC_InterfaceInit()
usbh_core.c:117USBH_Init()
phost->device.PortEnabled = 0U;
usbh_core.c:118USBH_Init()
phost->device.is_connected = 0U;
usbh_core.c:119USBH_Init()
phost->device.is_disconnected = 0U;
usbh_core.c:120USBH_Init()
phost->device.is_ReEnumerated = 0U;
usbh_core.c:182USBH_DeInit()
phost->device.PortEnabled = 0U;
usbh_core.c:183USBH_DeInit()
phost->device.is_connected = 0U;
usbh_core.c:184USBH_DeInit()
phost->device.is_disconnected = 0U;
usbh_core.c:185USBH_DeInit()
phost->device.is_ReEnumerated = 0U;
usbh_core.c:186USBH_DeInit()
phost->device.RstCnt = 0U;
usbh_core.c:187USBH_DeInit()
phost->device.EnumCnt = 0U;
usbh_core.c:232DeInitStateMachine()
phost->device.Data[i] = 0U;
usbh_core.c:244DeInitStateMachine()
usbh_core.c:245DeInitStateMachine()
phost->device.speed = (uint8_t)USBH_SPEED_FULL;
usbh_core.c:246DeInitStateMachine()
phost->device.RstCnt = 0U;
usbh_core.c:247DeInitStateMachine()
phost->device.EnumCnt = 0U;
usbh_core.c:250DeInitStateMachine()
USBH_memset(&phost->device.CfgDesc_Raw, 0, sizeof(phost->device.CfgDesc_Raw));
usbh_core.c:251DeInitStateMachine()
USBH_memset(&phost->device.Data, 0, sizeof(phost->device.Data));
usbh_core.c:252DeInitStateMachine()
USBH_memset(&phost->device.DevDesc, 0, sizeof(phost->device.DevDesc));
usbh_core.c:253DeInitStateMachine()
USBH_memset(&phost->device.CfgDesc, 0, sizeof(phost->device.CfgDesc));
usbh_core.c:305USBH_SelectInterface()
usbh_core.c:307USBH_SelectInterface()
usbh_core.c:309USBH_SelectInterface()
USBH_UsrLog("Class : %xh", phost->device.CfgDesc.Itf_Desc[interface].bInterfaceClass);
usbh_core.c:310USBH_SelectInterface()
USBH_UsrLog("SubClass : %xh", phost->device.CfgDesc.Itf_Desc[interface].bInterfaceSubClass);
usbh_core.c:311USBH_SelectInterface()
USBH_UsrLog("Protocol : %xh", phost->device.CfgDesc.Itf_Desc[interface].bInterfaceProtocol);
usbh_core.c:332USBH_GetActiveClass()
return (phost->device.CfgDesc.Itf_Desc[0].bInterfaceClass);
usbh_core.c:353USBH_FindInterface()
pcfg = &phost->device.CfgDesc;
usbh_core.c:386USBH_FindInterfaceIndex()
pcfg = &phost->device.CfgDesc;
usbh_core.c:451USBH_ReEnumerate()
phost->device.is_ReEnumerated = 1U;
usbh_core.c:456USBH_ReEnumerate()
phost->device.is_disconnected = 1U;
usbh_core.c:484USBH_Process()
if (phost->device.is_disconnected == 1U)
usbh_core.c:493USBH_Process()
if ((phost->device.is_connected) != 0U)
usbh_core.c:503USBH_Process()
usbh_core.c:519USBH_Process()
if (phost->device.PortEnabled == 1U)
usbh_core.c:522USBH_Process()
phost->device.RstCnt = 0U;
usbh_core.c:529USBH_Process()
phost->device.RstCnt++;
usbh_core.c:530USBH_Process()
if (phost->device.RstCnt > 3U)
usbh_core.c:567USBH_Process()
phost->device.speed = (uint8_t)USBH_LL_GetSpeed(phost);
usbh_core.c:576USBH_Process()
phost->device.address, phost->device.speed,
usbh_core.c:581USBH_Process()
phost->device.address, phost->device.speed,
usbh_core.c:602USBH_Process()
phost->device.current_interface = 0U;
usbh_core.c:604USBH_Process()
if (phost->device.DevDesc.bNumConfigurations == 1U)
usbh_core.c:646USBH_Process()
usbh_core.c:664USBH_Process()
if (((phost->device.CfgDesc.bmAttributes) & (1U << 5)) != 0U)
usbh_core.c:710USBH_Process()
usbh_core.c:794USBH_Process()
phost->device.is_disconnected = 0U;
usbh_core.c:811USBH_Process()
if (phost->device.is_ReEnumerated == 1U)
usbh_core.c:813USBH_Process()
phost->device.is_ReEnumerated = 0U;
usbh_core.c:860USBH_HandleEnum()
usbh_core.c:865USBH_HandleEnum()
usbh_core.c:866USBH_HandleEnum()
usbh_core.c:870USBH_HandleEnum()
usbh_core.c:871USBH_HandleEnum()
usbh_core.c:877USBH_HandleEnum()
phost->device.EnumCnt++;
usbh_core.c:878USBH_HandleEnum()
if (phost->device.EnumCnt > 3U)
usbh_core.c:905USBH_HandleEnum()
USBH_UsrLog("PID: %xh", phost->device.DevDesc.idProduct);
usbh_core.c:906USBH_HandleEnum()
USBH_UsrLog("VID: %xh", phost->device.DevDesc.idVendor);
usbh_core.c:913USBH_HandleEnum()
phost->device.EnumCnt++;
usbh_core.c:914USBH_HandleEnum()
if (phost->device.EnumCnt > 3U)
usbh_core.c:943USBH_HandleEnum()
usbh_core.c:946USBH_HandleEnum()
USBH_UsrLog("Address (#%d) assigned.", phost->device.address);
usbh_core.c:950USBH_HandleEnum()
usbh_core.c:951USBH_HandleEnum()
usbh_core.c:955USBH_HandleEnum()
usbh_core.c:956USBH_HandleEnum()
usbh_core.c:984USBH_HandleEnum()
phost->device.EnumCnt++;
usbh_core.c:985USBH_HandleEnum()
if (phost->device.EnumCnt > 3U)
usbh_core.c:1010USBH_HandleEnum()
usbh_core.c:1018USBH_HandleEnum()
phost->device.EnumCnt++;
usbh_core.c:1019USBH_HandleEnum()
if (phost->device.EnumCnt > 3U)
usbh_core.c:1043USBH_HandleEnum()
if (phost->device.DevDesc.iManufacturer != 0U)
usbh_core.c:1046USBH_HandleEnum()
usbh_core.c:1047USBH_HandleEnum()
phost->device.Data, 0xFFU);
usbh_core.c:1051USBH_HandleEnum()
USBH_UsrLog("Manufacturer : %s", (char *)(void *)phost->device.Data);
usbh_core.c:1099USBH_HandleEnum()
if (phost->device.DevDesc.iProduct != 0U)
usbh_core.c:1102USBH_HandleEnum()
usbh_core.c:1103USBH_HandleEnum()
phost->device.Data, 0xFFU);
usbh_core.c:1107USBH_HandleEnum()
USBH_UsrLog("Product : %s", (char *)(void *)phost->device.Data);
usbh_core.c:1146USBH_HandleEnum()
if (phost->device.DevDesc.iSerialNumber != 0U)
usbh_core.c:1149USBH_HandleEnum()
usbh_core.c:1150USBH_HandleEnum()
phost->device.Data, 0xFFU);
usbh_core.c:1154USBH_HandleEnum()
USBH_UsrLog("Serial Number : %s", (char *)(void *)phost->device.Data);
usbh_core.c:1229USBH_LL_PortEnabled()
phost->device.PortEnabled = 1U;
usbh_core.c:1252USBH_LL_PortDisabled()
phost->device.PortEnabled = 0U;
usbh_core.c:1266USBH_IsPortEnabled()
return (phost->device.PortEnabled);
usbh_core.c:1278USBH_LL_Connect()
phost->device.is_connected = 1U;
usbh_core.c:1279USBH_LL_Connect()
phost->device.is_disconnected = 0U;
usbh_core.c:1280USBH_LL_Connect()
phost->device.is_ReEnumerated = 0U;
usbh_core.c:1305USBH_LL_Disconnect()
phost->device.is_disconnected = 1U;
usbh_core.c:1306USBH_LL_Disconnect()
phost->device.is_connected = 0U;
usbh_core.c:1307USBH_LL_Disconnect()
phost->device.PortEnabled = 0U;
usbh_ctlreq.c:100USBH_Get_DevDesc()
if (length > sizeof(phost->device.Data))
usbh_ctlreq.c:108USBH_Get_DevDesc()
usbh_ctlreq.c:113USBH_Get_DevDesc()
status = USBH_ParseDevDesc(phost, phost->device.Data, length);
usbh_ctlreq.c:132USBH_Get_CfgDesc()
uint8_t *pData = phost->device.CfgDesc_Raw;
usbh_ctlreq.c:134USBH_Get_CfgDesc()
if (length > sizeof(phost->device.CfgDesc_Raw))
usbh_ctlreq.c:167USBH_Get_StringDesc()
if ((length > sizeof(phost->device.Data)) || (buff == NULL))
usbh_ctlreq.c:176USBH_Get_StringDesc()
phost->device.Data, length);
usbh_ctlreq.c:181USBH_Get_StringDesc()
usbh_ctlreq.c:357USBH_ParseDevDesc()
USBH_DevDescTypeDef *dev_desc = &phost->device.DevDesc;
usbh_ctlreq.c:373USBH_ParseDevDesc()
if ((phost->device.speed == (uint8_t)USBH_SPEED_HIGH) ||
usbh_ctlreq.c:374USBH_ParseDevDesc()
(phost->device.speed == (uint8_t)USBH_SPEED_FULL))
usbh_ctlreq.c:391USBH_ParseDevDesc()
else if (phost->device.speed == (uint8_t)USBH_SPEED_LOW)
usbh_ctlreq.c:431USBH_ParseCfgDesc()
USBH_CfgDescTypeDef *cfg_desc = &phost->device.CfgDesc;
usbh_ctlreq.c:585USBH_ParseEPDesc()
if (phost->device.speed == (uint8_t)USBH_SPEED_HIGH)
usbh_ctlreq.c:615USBH_ParseEPDesc()
else if (phost->device.speed == (uint8_t)USBH_SPEED_FULL)
usbh_ctlreq.c:648USBH_ParseEPDesc()
else if (phost->device.speed == (uint8_t)USBH_SPEED_LOW)
usbh_hid.c:176USBH_HID_InterfaceInit()
usbh_hid.c:181USBH_HID_InterfaceInit()
usbh_hid.c:194USBH_HID_InterfaceInit()
HID_Handle->ep_addr = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
usbh_hid.c:195USBH_HID_InterfaceInit()
HID_Handle->length = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_hid.c:196USBH_HID_InterfaceInit()
HID_Handle->poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval;
usbh_hid.c:206USBH_HID_InterfaceInit()
max_ep = ((phost->device.CfgDesc.Itf_Desc[interface].bNumEndpoints <= USBH_MAX_NUM_ENDPOINTS) ?
usbh_hid.c:207USBH_HID_InterfaceInit()
phost->device.CfgDesc.Itf_Desc[interface].bNumEndpoints : USBH_MAX_NUM_ENDPOINTS);
usbh_hid.c:213USBH_HID_InterfaceInit()
if ((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[num].bEndpointAddress & 0x80U) != 0U)
usbh_hid.c:215USBH_HID_InterfaceInit()
HID_Handle->InEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[num].bEndpointAddress);
usbh_hid.c:217USBH_HID_InterfaceInit()
ep_mps = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[num].wMaxPacketSize;
usbh_hid.c:220USBH_HID_InterfaceInit()
(void)USBH_OpenPipe(phost, HID_Handle->InPipe, HID_Handle->InEp, phost->device.address,
usbh_hid.c:221USBH_HID_InterfaceInit()
phost->device.speed, USB_EP_TYPE_INTR, ep_mps);
usbh_hid.c:227USBH_HID_InterfaceInit()
HID_Handle->OutEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[num].bEndpointAddress);
usbh_hid.c:229USBH_HID_InterfaceInit()
ep_mps = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[num].wMaxPacketSize;
usbh_hid.c:232USBH_HID_InterfaceInit()
(void)USBH_OpenPipe(phost, HID_Handle->OutPipe, HID_Handle->OutEp, phost->device.address,
usbh_hid.c:233USBH_HID_InterfaceInit()
phost->device.speed, USB_EP_TYPE_INTR, ep_mps);
usbh_hid.c:295USBH_HID_ClassRequest()
usbh_hid.c:553USBH_HID_GetHIDReportDescriptor()
if (length > sizeof(phost->device.Data))
usbh_hid.c:562USBH_HID_GetHIDReportDescriptor()
phost->device.Data,
usbh_hid.c:588USBH_HID_GetHIDDescriptor()
if (length > sizeof(phost->device.Data))
usbh_hid.c:597USBH_HID_GetHIDDescriptor()
phost->device.Data,
usbh_hid.c:772USBH_HID_GetDeviceType()
InterfaceProtocol = phost->device.CfgDesc.Itf_Desc[phost->device.current_interface].bInterfaceProtocol;
usbh_hid_keybd.c:354USBH_HID_KeybdInit()
if ((HID_QUEUE_SIZE * sizeof(keybd_report_data)) > sizeof(phost->device.Data))
usbh_hid_keybd.c:360USBH_HID_KeybdInit()
USBH_HID_FifoInit(&HID_Handle->fifo, phost->device.Data, (uint16_t)(HID_QUEUE_SIZE * sizeof(keybd_report_data)));
usbh_hid_mouse.c:203USBH_HID_MouseInit()
if ((HID_QUEUE_SIZE * sizeof(mouse_report_data)) > sizeof(phost->device.Data))
usbh_hid_mouse.c:209USBH_HID_MouseInit()
USBH_HID_FifoInit(&HID_Handle->fifo, phost->device.Data, (uint16_t)(HID_QUEUE_SIZE * sizeof(mouse_report_data)));
usbh_ioreq.c:123USBH_CtlSendData()
if (phost->device.speed != USBH_SPEED_HIGH)
usbh_ioreq.c:183USBH_BulkSendData()
if (phost->device.speed != USBH_SPEED_HIGH)
usbh_msc.c:183USBH_MSC_InterfaceInit()
if ((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) != 0U)
usbh_msc.c:185USBH_MSC_InterfaceInit()
MSC_Handle->InEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress);
usbh_msc.c:186USBH_MSC_InterfaceInit()
MSC_Handle->InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_msc.c:190USBH_MSC_InterfaceInit()
MSC_Handle->OutEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress);
usbh_msc.c:191USBH_MSC_InterfaceInit()
MSC_Handle->OutEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize;
usbh_msc.c:194USBH_MSC_InterfaceInit()
if ((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress & 0x80U) != 0U)
usbh_msc.c:196USBH_MSC_InterfaceInit()
MSC_Handle->InEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress);
usbh_msc.c:197USBH_MSC_InterfaceInit()
MSC_Handle->InEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].wMaxPacketSize;
usbh_msc.c:201USBH_MSC_InterfaceInit()
MSC_Handle->OutEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress);
usbh_msc.c:202USBH_MSC_InterfaceInit()
MSC_Handle->OutEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].wMaxPacketSize;
usbh_msc.c:217USBH_MSC_InterfaceInit()
phost->device.address, phost->device.speed,
usbh_msc.c:228USBH_MSC_InterfaceInit()
usbh_msc.c:783USBH_MSC_Read()
if ((phost->device.is_connected == 0U) ||
usbh_msc.c:800USBH_MSC_Read()
if (((phost->Timer - timeout) > (10000U * length)) || (phost->device.is_connected == 0U))
usbh_msc.c:830USBH_MSC_Write()
if ((phost->device.is_connected == 0U) ||
usbh_msc.c:846USBH_MSC_Write()
if (((phost->Timer - timeout) > (10000U * length)) || (phost->device.is_connected == 0U))
usbh_mtp.c:180USBH_MTP_InterfaceInit()
MTP_Handle->NotificationEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress;
usbh_mtp.c:181USBH_MTP_InterfaceInit()
MTP_Handle->NotificationEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].wMaxPacketSize;
usbh_mtp.c:183USBH_MTP_InterfaceInit()
MTP_Handle->events.poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bInterval;
usbh_mtp.c:187USBH_MTP_InterfaceInit()
usbh_mtp.c:200USBH_MTP_InterfaceInit()
MTP_Handle->DataInEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress;
usbh_mtp.c:201USBH_MTP_InterfaceInit()
MTP_Handle->DataInEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].wMaxPacketSize;
usbh_mtp.c:206USBH_MTP_InterfaceInit()
usbh_mtp.c:219USBH_MTP_InterfaceInit()
MTP_Handle->DataOutEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress;
usbh_mtp.c:220USBH_MTP_InterfaceInit()
MTP_Handle->DataOutEpSize = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].wMaxPacketSize;
usbh_mtp.c:225USBH_MTP_InterfaceInit()
usbh_mtp.c:248MTP_FindCtlEndpoint()
usbh_mtp.c:252MTP_FindCtlEndpoint()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress & 0x80U) != 0U) &&
usbh_mtp.c:253MTP_FindCtlEndpoint()
(phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].wMaxPacketSize > 0U) &&
usbh_mtp.c:254MTP_FindCtlEndpoint()
usbh_mtp.c:276MTP_FindDataOutEndpoint()
usbh_mtp.c:281MTP_FindDataOutEndpoint()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress & 0x80U) == 0U) &&
usbh_mtp.c:282MTP_FindDataOutEndpoint()
(phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].wMaxPacketSize > 0U) &&
usbh_mtp.c:283MTP_FindDataOutEndpoint()
((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bmAttributes & USBH_EP_BULK) == USBH_EP_BULK))
usbh_mtp.c:305MTP_FindDataInEndpoint()
usbh_mtp.c:310MTP_FindDataInEndpoint()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress & 0x80U) != 0U) &&
usbh_mtp.c:311MTP_FindDataInEndpoint()
(phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].wMaxPacketSize > 0U) &&
usbh_mtp.c:312MTP_FindDataInEndpoint()
((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bmAttributes & USBH_EP_BULK) == USBH_EP_BULK))
usbh_mtp.c:640USBH_MTP_GetNumObjects()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:674USBH_MTP_GetObjectHandles()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:702USBH_MTP_GetObjectInfo()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:730USBH_MTP_DeleteObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:759USBH_MTP_GetObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:791USBH_MTP_GetPartialObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:822USBH_MTP_GetObjectPropsSupported()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:851USBH_MTP_GetObjectPropDesc()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:881USBH_MTP_GetObjectPropList()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:910USBH_MTP_SendObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:1076USBH_MTP_GetDevicePropDesc()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))