HID Service initialization variable. More...
#include <hids.h>
Public Attributes | |
hids_evt_handler_t | evt_handler |
Handle events in HID Service. More... | |
bool | is_kb |
TRUE if device is operating as a keyboard, FALSE if it is not. More... | |
bool | is_mouse |
TRUE if device is operating as a mouse, FALSE if it is not. More... | |
hids_hid_info_t | hid_info |
Value of HID information characteristic. More... | |
hids_report_map_t | report_map |
HID Service Report Map characteristic value. More... | |
uint8_t | input_report_count |
Number of Input Report characteristics. More... | |
hids_report_int_t | input_report_array [3] |
HID input Report Reference value. More... | |
bool | out_report_sup |
TRUE if output Report characteristic suport, FALSE if it is nonsupport. More... | |
hids_report_int_t | output_report |
HID output Report Reference value. More... | |
bool | feature_report_sup |
TRUE if feature Report characteristic suport, FALSE if it is nonsupport. More... | |
hids_report_int_t | feature_report |
HID feature Report Reference value. More... | |
hids_evt_handler_t hids_init_t::evt_handler |
hids_report_int_t hids_init_t::feature_report |
bool hids_init_t::feature_report_sup |
hids_hid_info_t hids_init_t::hid_info |
hids_report_int_t hids_init_t::input_report_array[3] |
uint8_t hids_init_t::input_report_count |
bool hids_init_t::is_kb |
bool hids_init_t::is_mouse |
bool hids_init_t::out_report_sup |
hids_report_int_t hids_init_t::output_report |
hids_report_map_t hids_init_t::report_map |