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

_EndpointDescriptor::bInterval field

Syntax

uint8_t bInterval;

References

LocationReferrerText
usbh_def.h:276
uint8_t bInterval; /* is used to specify the polling interval of certain transfers. */
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:813USBH_AUDIO_FindAudioStreamingOUT()
AUDIO_Handle->stream_out[alt_settings].Poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval;
usbh_audio.c:858USBH_AUDIO_FindHIDControl()
AUDIO_Handle->control.Poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval;
usbh_ctlreq.c:575USBH_ParseEPDesc()
ep_descriptor->bInterval = *(uint8_t *)(buf + 6U);
usbh_ctlreq.c:605USBH_ParseEPDesc()
if ((ep_descriptor->bInterval == 0U) || (ep_descriptor->bInterval > 0x10U))
usbh_ctlreq.c:628USBH_ParseEPDesc()
if ((ep_descriptor->bInterval == 0U) ||
usbh_ctlreq.c:629USBH_ParseEPDesc()
(ep_descriptor->bInterval > 0x10U) ||
usbh_ctlreq.c:638USBH_ParseEPDesc()
if ((ep_descriptor->bInterval == 0U) || (ep_descriptor->wMaxPacketSize > 1023U))
usbh_ctlreq.c:660USBH_ParseEPDesc()
if ((ep_descriptor->bInterval == 0U) || (ep_descriptor->wMaxPacketSize > 8U))
usbh_hid.c:196USBH_HID_InterfaceInit()
HID_Handle->poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval;
usbh_mtp.c:183USBH_MTP_InterfaceInit()
MTP_Handle->events.poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bInterval;

Data Use

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