#include "modules/usb/usb_commun.h"#include "modules/usb/usb_commun_hid.h"
Go to the source code of this file.
Defines | |
| #define | USB_DEVICE_FEATURE ENABLED |
| #define | USE_USB_PADS_REGULATOR DISABLE |
| #define | USB_DEVICE_SN_USE DISABLE |
| #define | USE_DEVICE_SN_UNIQUE DISABLE |
| #define | NB_ENDPOINTS 2 |
| #define | EP_MOUSE_IN 1 |
| #define | USB_REMOTE_WAKEUP_FEATURE ENABLE |
| #define | VBUS_SENSING_IO DISABLED |
| #define | USB_RESET_CPU DISABLED |
| #define | Usb_unicode(a) ((U16)(a)) |
| #define | Usb_sof_action() sof_action(); |
| #define | Usb_resume_action() |
| #define | Usb_suspend_action() suspend_action(); |
| #define | Usb_wake_up_action() |
| #define | Usb_reset_action() |
| #define | Usb_vbus_on_action() |
| #define | Usb_vbus_off_action() |
| #define | Usb_set_configuration_action() |
Functions | |
| void | sof_action (void) |
| This function increments the SOF counter each times. | |
| void | suspend_action (void) |
| This function enables switches interruptions and enters the CPU in power down mode. | |
Definition in file conf_usb.h.
1.5.3