Defines | |
#define | Host_device_class_not_supported_action() |
#define | Host_device_connection_action() |
#define | Host_device_disconnection_action() |
#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() |
#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 | ( | ) |
Definition at line 182 of file conf_usb.h.
#define Host_device_connection_action | ( | ) |
Definition at line 174 of file conf_usb.h.
#define Host_device_disconnection_action | ( | ) |
Value:
(keyboard_hid_new_device_connected = FALSE, keyboard_hid_connected = FALSE,\ mouse_hid_new_device_connected = FALSE, mouse_hid_connected = FALSE)
Definition at line 172 of file conf_usb.h.
#define Host_device_error_action | ( | ) |
Definition at line 183 of file conf_usb.h.
#define Host_device_not_supported_action | ( | ) |
Definition at line 179 of file conf_usb.h.
#define Host_device_supported_action | ( | ) |
Definition at line 178 of file conf_usb.h.
#define Host_hwup_action | ( | ) |
Definition at line 177 of file conf_usb.h.
#define Host_new_device_connection_action | ( | ) |
Value:
(keyboard_hid_new_device_connected = TRUE,\ mouse_hid_new_device_connected = TRUE)
Definition at line 180 of file conf_usb.h.
#define Host_sof_action | ( | ) | host_sof_action() |
Definition at line 175 of file conf_usb.h.
#define Host_suspend_action | ( | ) |
Definition at line 176 of file conf_usb.h.
#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 189 of file conf_usb.h.
#define Usb_id_transition_action | ( | ) |
Definition at line 171 of file conf_usb.h.