+ Collaboration diagram for Typedefs:

Classes

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

Detailed Description

Typedef Documentation

◆ hids_evt_handler_t

typedef void(* hids_evt_handler_t) (hids_evt_t *p_evt)

HID Service event handler type.

Parameters
[in]p_evtPointer to a HID Service event variable.

Definition at line 197 of file hids.h.