USB host custom actions
[USB host operating mode configuration]


Defines

#define Host_device_class_not_supported_action()
#define Host_device_connection_action()   ( v_supervisor_Device_Connects() )
#define Host_device_disconnection_action()   ( v_supervisor_Device_Disconnects() )
#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 180 of file conf_usb.h.

 
#define Host_device_connection_action (  )     ( v_supervisor_Device_Connects() )

Definition at line 173 of file conf_usb.h.

 
#define Host_device_disconnection_action (  )     ( v_supervisor_Device_Disconnects() )

Definition at line 172 of file conf_usb.h.

 
#define Host_device_error_action (  ) 

Definition at line 181 of file conf_usb.h.

 
#define Host_device_not_supported_action (  ) 

Definition at line 178 of file conf_usb.h.

 
#define Host_device_supported_action (  ) 

Definition at line 177 of file conf_usb.h.

 
#define Host_hwup_action (  ) 

Definition at line 176 of file conf_usb.h.

 
#define Host_new_device_connection_action (  )     (ms_new_device_connected = TRUE)

Definition at line 179 of file conf_usb.h.

 
#define Host_sof_action (  )     host_sof_action()

Definition at line 174 of file conf_usb.h.

 
#define Host_suspend_action (  ) 

Definition at line 175 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 187 of file conf_usb.h.

 
#define Usb_id_transition_action (  ) 

Definition at line 171 of file conf_usb.h.


Generated on Fri Feb 19 02:22:49 2010 for AVR32 - Control Panel demonstration. by  doxygen 1.5.5