USB host custom actions
[USB host operating mode configuration]


Defines

#define Host_device_class_not_supported_action()
#define Host_device_connection_action()
#define Host_device_disconnection_action()   (ms_new_device_connected = FALSE, ms_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()   (ms_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 Documentation

 
#define Host_device_class_not_supported_action (  ) 

Definition at line 185 of file conf_usb.h.

 
#define Host_device_connection_action (  ) 

Definition at line 178 of file conf_usb.h.

 
#define Host_device_disconnection_action (  )     (ms_new_device_connected = FALSE, ms_connected = FALSE)

Definition at line 177 of file conf_usb.h.

 
#define Host_device_error_action (  ) 

Definition at line 186 of file conf_usb.h.

 
#define Host_device_not_supported_action (  ) 

Definition at line 183 of file conf_usb.h.

 
#define Host_device_supported_action (  ) 

Definition at line 182 of file conf_usb.h.

 
#define Host_hwup_action (  ) 

Definition at line 181 of file conf_usb.h.

 
#define Host_new_device_connection_action (  )     (ms_new_device_connected = TRUE)

Definition at line 184 of file conf_usb.h.

 
#define Host_sof_action (  )     host_sof_action()

Definition at line 179 of file conf_usb.h.

 
#define Host_suspend_action (  ) 

Definition at line 180 of file conf_usb.h.

#define Host_user_check_class_action (  ) 

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 192 of file conf_usb.h.

 
#define Usb_id_transition_action (  ) 

Definition at line 176 of file conf_usb.h.


Generated on Fri Feb 19 02:34:04 2010 for AVR32 - USB Mass-Storage Stand-alone Example by  doxygen 1.5.5