STM32_USB_Device_Library
USBD_CUSTOM_HID_HandleTypeDef
is only used within STM32_USB_Device_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_Device_Library
USBD_CUSTOM_HID_HandleTypeDef
USBD_CUSTOM_HID_HandleTypeDef struct
Syntax
Show:
Summary
Declaration
from
usbd_customhid.h:117
typedef
struct
{
uint8_t
Report_buf
[
USBD_CUSTOMHID_OUTREPORT_BUF_SIZE
]
;
uint32_t
Protocol
;
uint32_t
IdleState
;
uint32_t
AltSetting
;
uint32_t
IsReportAvailable
;
CUSTOM_HID_StateTypeDef
state
;
}
USBD_CUSTOM_HID_HandleTypeDef
;
Fields
Field
Declared as
USBD_CUSTOM_HID_HandleTypeDef::Report_buf
uint8_t
[
USBD_CUSTOMHID_OUTREPORT_BUF_SIZE
]
USBD_CUSTOM_HID_HandleTypeDef::Protocol
uint32_t
USBD_CUSTOM_HID_HandleTypeDef::IdleState
uint32_t
USBD_CUSTOM_HID_HandleTypeDef::AltSetting
uint32_t
USBD_CUSTOM_HID_HandleTypeDef::IsReportAvailable
uint32_t
USBD_CUSTOM_HID_HandleTypeDef::state
CUSTOM_HID_StateTypeDef
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