HidKeyboard driver initialization structure. More...
#include <hidkbd.h>
Data Fields | |
void * | hidDescriptor |
Pointer to the HID class descriptor in the user application. | |
HIDKBD_SetReportFunc_t | setReportFunc |
Callback function pointer for HID output reports, may be NULL when no callback is needed. |
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 65 of file hidkbd.h.
Pointer to the HID class descriptor in the user application.
Definition at line 67 of file hidkbd.h.
Referenced by HIDKBD_Init().
Callback function pointer for HID output reports, may be NULL when no callback is needed.
Definition at line 68 of file hidkbd.h.
Referenced by HIDKBD_Init().