37 static int8_t TEMPLATE_CUSTOM_HID_Init (
void);
38 static int8_t TEMPLATE_CUSTOM_HID_DeInit (
void);
39 static int8_t TEMPLATE_CUSTOM_HID_OutEvent (uint8_t event_idx, uint8_t state);
43 TEMPLATE_CUSTOM_HID_ReportDesc,
44 TEMPLATE_CUSTOM_HID_Init,
45 TEMPLATE_CUSTOM_HID_DeInit,
46 TEMPLATE_CUSTOM_HID_OutEvent,
57 static int8_t TEMPLATE_CUSTOM_HID_Init(
void)
69 static int8_t TEMPLATE_CUSTOM_HID_DeInit(
void)
85 static int8_t TEMPLATE_CUSTOM_HID_OutEvent (uint8_t event_idx, uint8_t state)
Header for usbd_customhid_if_template.c file.
USBD_CUSTOM_HID_ItfTypeDef USBD_CustomHID_template_fops