![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include <usbh_hid.h>
Data Fields | |
uint8_t | OutPipe |
uint8_t | InPipe |
HID_StateTypeDef | state |
uint8_t | OutEp |
uint8_t | InEp |
HID_CtlStateTypeDef | ctl_state |
FIFO_TypeDef | fifo |
uint8_t * | pData |
uint16_t | length |
uint8_t | ep_addr |
uint16_t | poll |
uint32_t | timer |
uint8_t | DataReady |
HID_DescTypeDef | HID_Desc |
USBH_StatusTypeDef(* | Init )(USBH_HandleTypeDef *phost) |
Definition at line 216 of file usbh_hid.h.
HID_CtlStateTypeDef ctl_state |
Definition at line 223 of file usbh_hid.h.
uint8_t DataReady |
Definition at line 230 of file usbh_hid.h.
uint8_t ep_addr |
Definition at line 227 of file usbh_hid.h.
FIFO_TypeDef fifo |
Definition at line 224 of file usbh_hid.h.
HID_DescTypeDef HID_Desc |
Definition at line 231 of file usbh_hid.h.
uint8_t InEp |
Definition at line 222 of file usbh_hid.h.
USBH_StatusTypeDef( * Init) (USBH_HandleTypeDef *phost) |
Definition at line 232 of file usbh_hid.h.
uint8_t InPipe |
Definition at line 219 of file usbh_hid.h.
uint16_t length |
Definition at line 226 of file usbh_hid.h.
uint8_t OutEp |
Definition at line 221 of file usbh_hid.h.
uint8_t OutPipe |
Definition at line 218 of file usbh_hid.h.
uint8_t* pData |
Definition at line 225 of file usbh_hid.h.
uint16_t poll |
Definition at line 228 of file usbh_hid.h.
HID_StateTypeDef state |
Definition at line 220 of file usbh_hid.h.
uint32_t timer |
Definition at line 229 of file usbh_hid.h.