Defines | |
#define | Host_device_class_not_supported_action() |
#define | Host_device_connection_action() |
#define | Host_device_disconnection_action() (tpl_new_device_connected = FALSE) |
#define | Host_device_error_action() |
#define | Host_device_not_supported_action() |
#define | Host_device_supported_action() |
#define | Host_hwup_action() |
#define | Host_new_device_connection_action() (tpl_new_device_connected = TRUE) |
#define | Host_sof_action() host_sof_action() |
#define | Host_suspend_action() |
#define | Host_user_check_class_action(x) |
During the verification of the device class by the host (after device enumeration), this call-back function allows to look more deeply into the configuration descriptor. | |
#define | Usb_id_transition_action() |
#define Host_device_class_not_supported_action | ( | ) |
#define Host_device_connection_action | ( | ) |
Definition at line 173 of file conf_usb.h.
Referenced by usb_general_interrupt_non_naked(), and usb_host_task().
#define Host_device_disconnection_action | ( | ) | (tpl_new_device_connected = FALSE) |
#define Host_device_error_action | ( | ) |
#define Host_device_not_supported_action | ( | ) |
#define Host_device_supported_action | ( | ) |
#define Host_hwup_action | ( | ) |
#define Host_new_device_connection_action | ( | ) | (tpl_new_device_connected = TRUE) |
#define Host_sof_action | ( | ) | host_sof_action() |
#define Host_suspend_action | ( | ) |
#define Host_user_check_class_action | ( | x | ) |
During the verification of the device class by the host (after device enumeration), this call-back function allows to look more deeply into the configuration descriptor.
Thus, application-dependent specific descriptors can be detected and analyzed.
Definition at line 187 of file conf_usb.h.
Referenced by host_check_class().
#define Usb_id_transition_action | ( | ) |