Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Core/Inc/
H A Dusbh_def.h145 #define USB_CONFIGURATION_DESC_SIZE 9 macro
187 #define USBH_CONFIGURATION_DESCRIPTOR_SIZE (USB_CONFIGURATION_DESC_SIZE \
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Core/Src/
H A Dusbh_core.c692 USB_CONFIGURATION_DESC_SIZE) == USBH_OK) in USBH_HandleEnum()
H A Dusbh_ctlreq.c390 if (length > USB_CONFIGURATION_DESC_SIZE) in USBH_ParseCfgDesc()