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

_MTP_Process struct

Syntax

typedef struct _MTP_Process {   MTP_InfoTypedef       info;   MTP_ParamsTypedef     params;   uint8_t               DataInPipe;   uint8_t               DataOutPipe;   uint8_t               NotificationPipe;   uint8_t               DataOutEp;   uint8_t               DataInEp;   uint8_t               NotificationEp;   uint16_t              DataOutEpSize;   uint16_t              DataInEpSize;   uint16_t              NotificationEpSize;   MTP_StateTypeDef      state;   MTP_EventHandleTypedef events;   PTP_HandleTypeDef     ptp;   uint32_t              current_storage_unit;   uint32_t              is_ready; } MTP_HandleTypeDef;

Fields

info

No summary provided. Read more...

params

No summary provided. Read more...

DataInPipe

No summary provided. Read more...

DataOutPipe

No summary provided. Read more...

NotificationPipe

No summary provided. Read more...

DataOutEp

No summary provided. Read more...

DataInEp

No summary provided. Read more...

NotificationEp

No summary provided. Read more...

DataOutEpSize

No summary provided. Read more...

DataInEpSize

No summary provided. Read more...

NotificationEpSize

No summary provided. Read more...

state

No summary provided. Read more...

events

No summary provided. Read more...

ptp

No summary provided. Read more...

current_storage_unit

No summary provided. Read more...

is_ready

No summary provided. Read more...

References

LocationReferrerScopeText
usbh_mtp.h:114
typedef struct _MTP_Process
usbh_mtp.h:136
usbh_mtp.c:142USBH_MTP_InterfaceInit()::MTP_HandleUSBH_MTP_InterfaceInit()
MTP_HandleTypeDef *MTP_Handle;
usbh_mtp.c:167USBH_MTP_InterfaceInit()
usbh_mtp.c:168USBH_MTP_InterfaceInit()
usbh_mtp.c:177USBH_MTP_InterfaceInit()
(void)USBH_memset(MTP_Handle, 0, sizeof(MTP_HandleTypeDef));
usbh_mtp.c:331USBH_MTP_InterfaceDeInit()::MTP_HandleUSBH_MTP_InterfaceDeInit()
usbh_mtp.c:396USBH_MTP_Process()::MTP_HandleUSBH_MTP_Process()
usbh_mtp.c:553USBH_MTP_IsReady()::MTP_HandleUSBH_MTP_IsReady()
usbh_mtp.c:567USBH_MTP_GetNumStorage()::MTP_HandleUSBH_MTP_GetNumStorage()
usbh_mtp.c:587USBH_MTP_SelectStorage()::MTP_HandleUSBH_MTP_SelectStorage()
usbh_mtp.c:607USBH_MTP_GetStorageInfo()::MTP_HandleUSBH_MTP_GetStorageInfo()
usbh_mtp.c:630USBH_MTP_GetNumObjects()::MTP_HandleUSBH_MTP_GetNumObjects()
usbh_mtp.c:663USBH_MTP_GetObjectHandles()::MTP_HandleUSBH_MTP_GetObjectHandles()
usbh_mtp.c:695USBH_MTP_GetObjectInfo()::MTP_HandleUSBH_MTP_GetObjectInfo()
usbh_mtp.c:723USBH_MTP_DeleteObject()::MTP_HandleUSBH_MTP_DeleteObject()
usbh_mtp.c:752USBH_MTP_GetObject()::MTP_HandleUSBH_MTP_GetObject()
usbh_mtp.c:783USBH_MTP_GetPartialObject()::MTP_HandleUSBH_MTP_GetPartialObject()
usbh_mtp.c:814USBH_MTP_GetObjectPropsSupported()::MTP_HandleUSBH_MTP_GetObjectPropsSupported()
usbh_mtp.c:844USBH_MTP_GetObjectPropDesc()::MTP_HandleUSBH_MTP_GetObjectPropDesc()
usbh_mtp.c:873USBH_MTP_GetObjectPropList()::MTP_HandleUSBH_MTP_GetObjectPropList()
usbh_mtp.c:903USBH_MTP_SendObject()::MTP_HandleUSBH_MTP_SendObject()
usbh_mtp.c:927USBH_MTP_Events()::MTP_HandleUSBH_MTP_Events()
usbh_mtp.c:977MTP_DecodeEvent()::MTP_HandleMTP_DecodeEvent()
usbh_mtp.c:1069USBH_MTP_GetDevicePropDesc()::MTP_HandleUSBH_MTP_GetDevicePropDesc()
usbh_mtp.h:136MTP_HandleTypeDef
usbh_mtp_ptp.c:126USBH_PTP_Init()::MTP_HandleUSBH_PTP_Init()
usbh_mtp_ptp.c:146USBH_PTP_Process()::MTP_HandleUSBH_PTP_Process()
usbh_mtp_ptp.c:461USBH_PTP_SendRequest()::MTP_HandleUSBH_PTP_SendRequest()
usbh_mtp_ptp.c:489USBH_PTP_GetResponse()::MTP_HandleUSBH_PTP_GetResponse()
usbh_mtp_ptp.c:511PTP_BufferFullCallback()::MTP_HandlePTP_BufferFullCallback()
usbh_mtp_ptp.c:559PTP_DecodeDeviceInfo()::MTP_HandlePTP_DecodeDeviceInfo()
usbh_mtp_ptp.c:620PTP_GetStorageIDs()::MTP_HandlePTP_GetStorageIDs()
usbh_mtp_ptp.c:639PTP_GetStorageInfo()::MTP_HandlePTP_GetStorageInfo()
usbh_mtp_ptp.c:663PTP_GetObjectInfo()::MTP_HandlePTP_GetObjectInfo()
usbh_mtp_ptp.c:701PTP_GetObjectPropDesc()::MTP_HandlePTP_GetObjectPropDesc()
usbh_mtp_ptp.c:757PTP_GetDevicePropValue()::MTP_HandlePTP_GetDevicePropValue()
usbh_mtp_ptp.c:824PTP_GetObjectPropList()::MTP_HandlePTP_GetObjectPropList()
usbh_mtp_ptp.c:951USBH_PTP_OpenSession()::MTP_HandleUSBH_PTP_OpenSession()
usbh_mtp_ptp.c:1009USBH_PTP_GetDevicePropDesc()::MTP_HandleUSBH_PTP_GetDevicePropDesc()
usbh_mtp_ptp.c:1075USBH_PTP_GetDeviceInfo()::MTP_HandleUSBH_PTP_GetDeviceInfo()
usbh_mtp_ptp.c:1137USBH_PTP_GetStorageIds()::MTP_HandleUSBH_PTP_GetStorageIds()
usbh_mtp_ptp.c:1201USBH_PTP_GetStorageInfo()::MTP_HandleUSBH_PTP_GetStorageInfo()
usbh_mtp_ptp.c:1268USBH_PTP_GetNumObjects()::MTP_HandleUSBH_PTP_GetNumObjects()
usbh_mtp_ptp.c:1333USBH_PTP_GetObjectHandles()::MTP_HandleUSBH_PTP_GetObjectHandles()
usbh_mtp_ptp.c:1402USBH_PTP_GetObjectInfo()::MTP_HandleUSBH_PTP_GetObjectInfo()
usbh_mtp_ptp.c:1467USBH_PTP_DeleteObject()::MTP_HandleUSBH_PTP_DeleteObject()
usbh_mtp_ptp.c:1524USBH_PTP_GetObject()::MTP_HandleUSBH_PTP_GetObject()
usbh_mtp_ptp.c:1604USBH_PTP_GetPartialObject()::MTP_HandleUSBH_PTP_GetPartialObject()
usbh_mtp_ptp.c:1682USBH_PTP_GetObjectPropsSupported()::MTP_HandleUSBH_PTP_GetObjectPropsSupported()
usbh_mtp_ptp.c:1748USBH_PTP_GetObjectPropDesc()::MTP_HandleUSBH_PTP_GetObjectPropDesc()
usbh_mtp_ptp.c:1819USBH_PTP_GetObjectPropList()::MTP_HandleUSBH_PTP_GetObjectPropList()
usbh_mtp_ptp.c:1897USBH_PTP_SendObject()::MTP_HandleUSBH_PTP_SendObject()

Type Use

Variables of _MTP_Process type
USBH_MTP_InterfaceInit()::MTP_Handle
USBH_MTP_InterfaceDeInit()::MTP_Handle
USBH_MTP_Process()::MTP_Handle
USBH_MTP_IsReady()::MTP_Handle
USBH_MTP_GetNumStorage()::MTP_Handle
USBH_MTP_SelectStorage()::MTP_Handle
USBH_MTP_GetStorageInfo()::MTP_Handle
USBH_MTP_GetNumObjects()::MTP_Handle
USBH_MTP_GetObjectHandles()::MTP_Handle
USBH_MTP_GetObjectInfo()::MTP_Handle
USBH_MTP_DeleteObject()::MTP_Handle
USBH_MTP_GetObject()::MTP_Handle
USBH_MTP_GetPartialObject()::MTP_Handle
USBH_MTP_GetObjectPropsSupported()::MTP_Handle
USBH_MTP_GetObjectPropDesc()::MTP_Handle
USBH_MTP_GetObjectPropList()::MTP_Handle
USBH_MTP_SendObject()::MTP_Handle
USBH_MTP_Events()::MTP_Handle
MTP_DecodeEvent()::MTP_Handle
USBH_MTP_GetDevicePropDesc()::MTP_Handle
USBH_PTP_Init()::MTP_Handle
USBH_PTP_Process()::MTP_Handle
USBH_PTP_SendRequest()::MTP_Handle
USBH_PTP_GetResponse()::MTP_Handle
PTP_BufferFullCallback()::MTP_Handle
PTP_DecodeDeviceInfo()::MTP_Handle
PTP_GetStorageIDs()::MTP_Handle
PTP_GetStorageInfo()::MTP_Handle
PTP_GetObjectInfo()::MTP_Handle
PTP_GetObjectPropDesc()::MTP_Handle
PTP_GetDevicePropValue()::MTP_Handle
PTP_GetObjectPropList()::MTP_Handle
USBH_PTP_OpenSession()::MTP_Handle
USBH_PTP_GetDevicePropDesc()::MTP_Handle
USBH_PTP_GetDeviceInfo()::MTP_Handle
USBH_PTP_GetStorageIds()::MTP_Handle
USBH_PTP_GetStorageInfo()::MTP_Handle
USBH_PTP_GetNumObjects()::MTP_Handle
USBH_PTP_GetObjectHandles()::MTP_Handle
USBH_PTP_GetObjectInfo()::MTP_Handle
USBH_PTP_DeleteObject()::MTP_Handle
USBH_PTP_GetObject()::MTP_Handle
USBH_PTP_GetPartialObject()::MTP_Handle
USBH_PTP_GetObjectPropsSupported()::MTP_Handle
USBH_PTP_GetObjectPropDesc()::MTP_Handle
USBH_PTP_GetObjectPropList()::MTP_Handle
USBH_PTP_SendObject()::MTP_Handle
all items filtered out
_MTP_Process
all items filtered out
_MTP_Process
all items filtered out
Allocators of _MTP_Process
all items filtered out
_MTP_Process