Home
last modified time | relevance | path

Searched refs:USB_CONFIGURATION_DESC_SIZE (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_def.h145 #define USB_CONFIGURATION_DESC_SIZE 0x09U macro
192 #define USBH_CONFIGURATION_DESCRIPTOR_SIZE (USB_CONFIGURATION_DESC_SIZE \
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c710 if (CfgDescLen > USB_CONFIGURATION_DESC_SIZE) in USBH_HID_ParseHIDDesc()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ctlreq.c402 if (length > USB_CONFIGURATION_DESC_SIZE) in USBH_ParseCfgDesc()
H A Dusbh_core.c944 ReqStatus = USBH_Get_CfgDesc(phost, USB_CONFIGURATION_DESC_SIZE); in USBH_HandleEnum()