HIDKBD_Init_t Struct Reference
[HidKeyboard]

HidKeyboard driver initialization structure. More...

#include <hidkbd.h>

Collaboration diagram for HIDKBD_Init_t:
Collaboration graph
[legend]

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.

Detailed Description

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.


Field Documentation

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().


The documentation for this struct was generated from the following file: