HIDKBD_Init_t Struct ReferenceKit Drivers > HidKeyboard
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
       
        66
       
       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
        
         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() .
The documentation for this struct was generated from the following file:
- 
       C:/cygwin/home/caamunds/work/super/hardware/kit/common/drivers/
       hidkbd.h