Microchip® Advanced Software Framework

hid_report_map Struct Reference

HID Report Map Information.

#include <hid_device.h>

Data Fields

uint8_t * report_map
 Report map info. More...
 
uint16_t report_map_len
 Report map length. More...
 

uint8_t* hid_report_map::report_map

Report map info.

Referenced by hid_keyboard_app_init(), and hid_mouse_app_init().

uint16_t hid_report_map::report_map_len

Report map length.

Referenced by hid_keyboard_app_init(), hid_mouse_app_init(), and hid_prf_init().