#include "conf_usb.h"
Functions | |
void | device_generic_hid_task (void) |
Entry point of the HID generic communication task This function manages IN/OUT report management. More... | |
void | device_generic_hid_task_init (void) |
This function initializes the hardware/software resources required for device generic HID task. More... | |
void | usb_sof_action (void) |
usb_sof_action More... | |
void device_generic_hid_task | ( | void | ) |
Entry point of the HID generic communication task This function manages IN/OUT report management.
References hid_report_in(), hid_report_out(), and Is_device_enumerated.
Referenced by main().
void device_generic_hid_task_init | ( | void | ) |
This function initializes the hardware/software resources required for device generic HID task.
References Is_usb_device, sof_cnt, and Usb_enable_sof_interrupt.
Referenced by main().