PTP_USB_BULK_HDR_LEN is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

PTP_USB_BULK_HDR_LEN macro

Syntax

#define PTP_USB_BULK_HDR_LEN ((2U * sizeof(uint32_t)) + (2U * sizeof(uint16_t)))

References

LocationText
usbh_mtp_ptp.h:226
#define PTP_USB_BULK_HDR_LEN ((2U * sizeof(uint32_t)) + (2U * sizeof(uint16_t)))
usbh_mtp_ptp.h:228
usbh_mtp_ptp.h:229
#define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN + (5U * sizeof(uint32_t)))