EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
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.
#include <hidkbd.h>
Data Fields | |
void * | hidDescriptor |
HIDKBD_SetReportFunc_t | setReportFunc |
void* HIDKBD_Init_t::hidDescriptor |
Pointer to the HID class descriptor in the user application.
Definition at line 67 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 68 of file hidkbd.h.
Referenced by HIDKBD_Init().