PTP_HandleTypeDef::op_container is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

PTP_HandleTypeDef::op_container field

Syntax

References

LocationReferrerText
usbh_mtp_ptp.h:300
usbh_mtp_ptp.c:158USBH_PTP_Process()
(uint8_t *)(void *) & (MTP_Handle->ptp.op_container),
usbh_mtp_ptp.c:159USBH_PTP_Process()
(uint16_t)MTP_Handle->ptp.op_container.length,
usbh_mtp_ptp.c:464USBH_PTP_SendRequest()
(void)USBH_memset(&(MTP_Handle->ptp.op_container), 0, sizeof(PTP_OpContainerTypedef));
usbh_mtp_ptp.c:467USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.length = PTP_USB_BULK_REQ_LEN - ((sizeof(uint32_t) * (5U - (uint32_t)req->Nparam)));
usbh_mtp_ptp.c:468USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.type = PTP_USB_CONTAINER_COMMAND;
usbh_mtp_ptp.c:469USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.code = req->Code;
usbh_mtp_ptp.c:470USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.trans_id = req->Transaction_ID;
usbh_mtp_ptp.c:471USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.param1 = req->Param1;
usbh_mtp_ptp.c:472USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.param2 = req->Param2;
usbh_mtp_ptp.c:473USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.param3 = req->Param3;
usbh_mtp_ptp.c:474USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.param4 = req->Param4;
usbh_mtp_ptp.c:475USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.param5 = req->Param5;

Data Use

Functions reading PTP_HandleTypeDef::op_container
PTP_HandleTypeDef::op_container
Type of PTP_HandleTypeDef::op_container
PTP_HandleTypeDef::op_container
all items filtered out