STM32_USB_Host_Library
_MTP_Process
is only used within STM32_USB_Host_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Host_Library
_MTP_Process
_MTP_Process struct
Syntax
Show:
Summary
Declaration
from
usbh_mtp.h:114
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
Field
Declared as
_MTP_Process::info
MTP_InfoTypedef
_MTP_Process::params
MTP_ParamsTypedef
_MTP_Process::DataInPipe
uint8_t
_MTP_Process::DataOutPipe
uint8_t
_MTP_Process::NotificationPipe
uint8_t
_MTP_Process::DataOutEp
uint8_t
_MTP_Process::DataInEp
uint8_t
_MTP_Process::NotificationEp
uint8_t
_MTP_Process::DataOutEpSize
uint16_t
_MTP_Process::DataInEpSize
uint16_t
_MTP_Process::NotificationEpSize
uint16_t
_MTP_Process::state
MTP_StateTypeDef
_MTP_Process::events
MTP_EventHandleTypedef
_MTP_Process::ptp
PTP_HandleTypeDef
_MTP_Process::current_storage_unit
uint32_t
_MTP_Process::is_ready
uint32_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out