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

PTP_DataContainerTypedef struct

Syntax

typedef struct {   uint32_t length;   uint16_t type;   uint16_t code;   uint32_t trans_id;   union   {     struct     {       uint32_t param1;       uint32_t param2;       uint32_t param3;       uint32_t param4;       uint32_t param5;     } params;     uint8_t  data[PTP_USB_BULK_PAYLOAD_LEN_READ];   } payload; } PTP_DataContainerTypedef;

Fields

length

No summary provided. Read more...

type

No summary provided. Read more...

code

No summary provided. Read more...

trans_id

No summary provided. Read more...

payload

No summary provided. Read more...

Type Use

Variables of PTP_DataContainerTypedef type
all items filtered out
PTP_DataContainerTypedef
all items filtered out
PTP_DataContainerTypedef
all items filtered out