Modules | |
USB device custom actions | |
Defines | |
#define | EP_HID_MOUSE_IN 1 |
#define | NB_ENDPOINTS 2 |
Functions | |
void | usb_sof_action (void) |
usb_sof_action | |
void | usb_suspend_action (void) |
#define EP_HID_MOUSE_IN 1 |
Definition at line 218 of file conf_usb.h.
Referenced by device_mouse_hid_task(), and usb_user_endpoint_init().
#define NB_ENDPOINTS 2 |
Definition at line 217 of file conf_usb.h.
void usb_sof_action | ( | void | ) |
usb_sof_action
This function increments the sof_cnt counter each time the USB Start-of-Frame interrupt subroutine is executed (1 ms). Useful to manage time delays
Definition at line 401 of file device_mouse_hid_task.c.
00402 { 00403 sof_cnt++; 00404 }
void usb_suspend_action | ( | void | ) |