_EndpointDescriptor::bEndpointAddress is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_EndpointDescriptor::bEndpointAddress field

Syntax

uint8_t bEndpointAddress;

References

LocationReferrerText
usbh_def.h:273
uint8_t bEndpointAddress; /* indicates what endpoint this descriptor is describing */
usbh_audio.c:764USBH_AUDIO_FindAudioStreamingIN()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) != 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:806USBH_AUDIO_FindAudioStreamingOUT()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress & 0x80U) == 0x00U) &&
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: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_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: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:220USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.OutEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
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:231USBH_CDC_InterfaceInit()
CDC_Handle->DataItf.OutEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress;
usbh_ctlreq.c:572USBH_ParseEPDesc()
ep_descriptor->bEndpointAddress = *(uint8_t *)(buf + 2U);
usbh_hid.c:194USBH_HID_InterfaceInit()
HID_Handle->ep_addr = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress;
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:227USBH_HID_InterfaceInit()
HID_Handle->OutEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[num].bEndpointAddress);
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:190USBH_MSC_InterfaceInit()
MSC_Handle->OutEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress);
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:201USBH_MSC_InterfaceInit()
MSC_Handle->OutEp = (phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[1].bEndpointAddress);
usbh_mtp.c:180USBH_MTP_InterfaceInit()
MTP_Handle->NotificationEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress;
usbh_mtp.c:200USBH_MTP_InterfaceInit()
MTP_Handle->DataInEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress;
usbh_mtp.c:219USBH_MTP_InterfaceInit()
MTP_Handle->DataOutEp = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress;
usbh_mtp.c:252MTP_FindCtlEndpoint()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress & 0x80U) != 0U) &&
usbh_mtp.c:281MTP_FindDataOutEndpoint()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress & 0x80U) == 0U) &&
usbh_mtp.c:310MTP_FindDataInEndpoint()
if (((phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bEndpointAddress & 0x80U) != 0U) &&

Data Use

Functions writing _EndpointDescriptor::bEndpointAddress
Functions reading _EndpointDescriptor::bEndpointAddress
all items filtered out
_EndpointDescriptor::bEndpointAddress
Type of _EndpointDescriptor::bEndpointAddress
_EndpointDescriptor::bEndpointAddress
uint8_t
all items filtered out