STM32_USB_Host_Library
PTP_DevicePropDescTypdef
is only used within STM32_USB_Host_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Host_Library
PTP_DevicePropDescTypdef
PTP_DevicePropDescTypdef struct
Syntax
Show:
Summary
Declaration
from
usbh_mtp_ptp.h:860
typedef
struct
{
uint16_t
DevicePropertyCode
;
uint16_t
DataType
;
uint8_t
GetSet
;
PTP_PropertyValueTypedef
FactoryDefaultValue
;
PTP_PropertyValueTypedef
CurrentValue
;
uint8_t
FormFlag
;
union
{
PTP_PropDescEnumFormTypedef
Enum
;
PTP_PropDescRangeFormTypedef
Range
;
}
FORM
;
}
PTP_DevicePropDescTypdef
;
Fields
Field
Declared as
PTP_DevicePropDescTypdef::DevicePropertyCode
uint16_t
PTP_DevicePropDescTypdef::DataType
uint16_t
PTP_DevicePropDescTypdef::GetSet
uint8_t
PTP_DevicePropDescTypdef::FactoryDefaultValue
PTP_PropertyValueTypedef
PTP_DevicePropDescTypdef::CurrentValue
PTP_PropertyValueTypedef
PTP_DevicePropDescTypdef::FormFlag
uint8_t
PTP_DevicePropDescTypdef::FORM
union
{
PTP_PropDescEnumFormTypedef
Enum
;
PTP_PropDescRangeFormTypedef
Range
;
}
Related Functions
Found 2 other functions taking a
PTP_DevicePropDescTypdef
argument:
Function
Description
USBH_PTP_GetDevicePropDesc()
USBH_PTP_GetDevicePropDesc Gets object partially
USBH_MTP_GetDevicePropDesc()
USBH_MTP_GetDevicePropDesc Gets object partially
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