Modules | |
| USB device custom actions | |
Defines | |
| #define | USB_DEVICE_SN_USE DISABLE |
| #define | USE_DEVICE_SN_UNIQUE DISABLE |
| #define | EP_TEMP_IN 1 |
| #define | EP_TEMP_OUT 2 |
| #define | EP_TEMP_INT_IN 3 |
| #define | USB_REMOTE_WAKEUP_FEATURE DISABLED |
| #define | VBUS_SENSING_IO DISABLED |
| #define | USB_RESET_CPU DISABLED |
| #define | Usb_unicode(a) ((U16)(a)) |
Functions | |
| void | sof_action (void) |
| #define USB_DEVICE_SN_USE DISABLE |
Definition at line 80 of file conf_usb.h.
| #define USE_DEVICE_SN_UNIQUE DISABLE |
Definition at line 81 of file conf_usb.h.
| #define EP_TEMP_IN 1 |
Definition at line 83 of file conf_usb.h.
Referenced by device_template_task(), usb_user_endpoint_init(), and usb_user_interface_reset().
| #define EP_TEMP_OUT 2 |
Definition at line 84 of file conf_usb.h.
Referenced by device_template_task(), usb_user_endpoint_init(), and usb_user_interface_reset().
| #define EP_TEMP_INT_IN 3 |
Definition at line 85 of file conf_usb.h.
Referenced by device_template_task(), usb_user_endpoint_init(), and usb_user_interface_reset().
| #define USB_REMOTE_WAKEUP_FEATURE DISABLED |
| #define VBUS_SENSING_IO DISABLED |
Definition at line 89 of file conf_usb.h.
| #define USB_RESET_CPU DISABLED |
Definition at line 91 of file conf_usb.h.
| #define Usb_unicode | ( | a | ) | ((U16)(a)) |
Definition at line 93 of file conf_usb.h.
| void sof_action | ( | ) |
sof_action This function increments the cpt_sof counter each times the USB Start Of Frame interrupt subroutine is executed (1ms) Usefull to manage time delays
| none |
Definition at line 169 of file device_template_task.c.
00170 { 00171 cpt_sof++; 00172 }
1.5.3