HIDKBD_Init_t Struct Reference
HidKeyboard driver initialization structure. This data structure contains configuration options that the driver needs. The structure must be passed to HIDKBD_Init() when initializing the driver.
Definition at line
79
of file
hidkbd.h
.
#include <
hidkbd.h
>
Data Fields |
|
void * | hidDescriptor |
HIDKBD_SetReportFunc_t | setReportFunc |
Field Documentation
void* HIDKBD_Init_t::hidDescriptor |
Pointer to the HID class descriptor in the user application.
Definition at line
80
of file
hidkbd.h
.
Referenced by HIDKBD_Init() .
HIDKBD_SetReportFunc_t HIDKBD_Init_t::setReportFunc |
Callback function pointer for HID output reports, may be NULL when no callback is needed.
Definition at line
81
of file
hidkbd.h
.
Referenced by HIDKBD_Init() .
The documentation for this struct was generated from the following file:
-
C:/HandsOn/super/hardware/kit/common/drivers/
hidkbd.h