Collaboration diagram for USB host custom actions:
|
Defines | |
| #define | Usb_id_transition_action() |
| #define | Host_device_disconnection_action() |
| #define | Host_device_connection_action() |
| #define | Host_sof_action() |
| #define | Host_suspend_action() |
| #define | Host_hwup_action() |
| #define | Host_vbus_action() |
| #define | Host_device_not_supported_action() otg_not_supported_device() |
| #define | Host_device_supported_action() |
| #define | Host_device_error_action() otg_not_supported_device() |
| #define Usb_id_transition_action | ( | ) |
| #define Host_device_disconnection_action | ( | ) |
| #define Host_device_connection_action | ( | ) |
Definition at line 220 of file conf_usb.h.
Referenced by usb_general_interrupt(), and usb_host_task().
| #define Host_sof_action | ( | ) |
| #define Host_suspend_action | ( | ) |
| #define Host_hwup_action | ( | ) |
| #define Host_vbus_action | ( | ) |
| #define Host_device_not_supported_action | ( | ) | otg_not_supported_device() |
| #define Host_device_supported_action | ( | ) |
| #define Host_device_error_action | ( | ) | otg_not_supported_device() |
1.5.1-p1