Defines | |
| #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() |
| #define Usb_sof_action | ( | ) | sof_action(); |
Definition at line 108 of file conf_usb.h.
Referenced by usb_general_interrupt().
| #define Usb_resume_action | ( | ) |
Definition at line 109 of file conf_usb.h.
Referenced by usb_general_interrupt().
| #define Usb_suspend_action | ( | ) | suspend_action(); |
Definition at line 110 of file conf_usb.h.
Referenced by usb_general_interrupt().
| #define Usb_wake_up_action | ( | ) |
Definition at line 111 of file conf_usb.h.
Referenced by usb_device_task(), and usb_general_interrupt().
| #define Usb_reset_action | ( | ) |
Definition at line 112 of file conf_usb.h.
Referenced by usb_general_interrupt().
| #define Usb_vbus_on_action | ( | ) |
Definition at line 113 of file conf_usb.h.
Referenced by usb_device_task().
| #define Usb_vbus_off_action | ( | ) |
Definition at line 114 of file conf_usb.h.
Referenced by usb_device_task().
| #define Usb_set_configuration_action | ( | ) |
Definition at line 115 of file conf_usb.h.
Referenced by usb_set_configuration().
1.7.2