Data Structures | |
| struct | hids_evt_t |
| HID Service event. More... | |
| struct | hids_hid_info_t |
| HID Information characteristic value. More... | |
| struct | hids_report_ref_t |
| Value of a Report Reference descriptor. More... | |
| struct | hids_report_int_t |
| HID Service Report characteristic define. More... | |
| struct | hids_report_map_t |
| HID Service Report Map characteristic value. More... | |
| struct | hids_init_t |
| HID Service initialization variable. More... | |
Typedefs | |
| typedef void(* | hids_evt_handler_t) (hids_evt_t *p_evt) |
| HID Service event handler type. More... | |
| typedef void(* hids_evt_handler_t) (hids_evt_t *p_evt) |
HID Service event handler type.
| [in] | p_evt | Pointer to a HID Service event variable. |