USBD_EndpointTypeDef::bInterval is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_EndpointTypeDef::bInterval field

Syntax

uint16_t bInterval;

References

LocationReferrerText
usbd_def.h:313
uint16_t bInterval;
usbd_audio.c:376USBD_AUDIO_Init()
usbd_audio.c:380USBD_AUDIO_Init()
usbd_audio.c:427USBD_AUDIO_DeInit()
pdev->ep_out[AUDIOOutEpAdd & 0xFU].bInterval = 0U;
usbd_cdc.c:327USBD_CDC_Init()
pdev->ep_in[CDCCmdEpAdd & 0xFU].bInterval = CDC_HS_BINTERVAL;
usbd_cdc.c:344USBD_CDC_Init()
pdev->ep_in[CDCCmdEpAdd & 0xFU].bInterval = CDC_FS_BINTERVAL;
usbd_cdc.c:411USBD_CDC_DeInit()
pdev->ep_in[CDCCmdEpAdd & 0xFU].bInterval = 0U;
usbd_customhid.c:272USBD_CUSTOM_HID_Init()
usbd_customhid.c:273USBD_CUSTOM_HID_Init()
usbd_customhid.c:277USBD_CUSTOM_HID_Init()
usbd_customhid.c:278USBD_CUSTOM_HID_Init()
usbd_customhid.c:326USBD_CUSTOM_HID_DeInit()
pdev->ep_in[CUSTOMHIDInEpAdd & 0xFU].bInterval = 0U;
usbd_customhid.c:331USBD_CUSTOM_HID_DeInit()
pdev->ep_out[CUSTOMHIDOutEpAdd & 0xFU].bInterval = 0U;
usbd_hid.c:303USBD_HID_Init()
pdev->ep_in[HIDInEpAdd & 0xFU].bInterval = HID_HS_BINTERVAL;
usbd_hid.c:307USBD_HID_Init()
pdev->ep_in[HIDInEpAdd & 0xFU].bInterval = HID_FS_BINTERVAL;
usbd_hid.c:338USBD_HID_DeInit()
pdev->ep_in[HIDInEpAdd & 0xFU].bInterval = 0U;

Data Use

Functions writing USBD_EndpointTypeDef::bInterval
USBD_EndpointTypeDef::bInterval
Type of USBD_EndpointTypeDef::bInterval
USBD_EndpointTypeDef::bInterval
uint16_t
all items filtered out