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

PTP_USB_BULK_REQ_LEN macro

Syntax

#define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN + (5U * sizeof(uint32_t)))

References

LocationText
usbh_mtp_ptp.h:229
#define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN + (5U * sizeof(uint32_t)))
usbh_mtp_ptp.c:467
MTP_Handle->ptp.op_container.length = PTP_USB_BULK_REQ_LEN - ((sizeof(uint32_t) * (5U - (uint32_t)req->Nparam)));