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()   (audio_new_device_connected = FALSE, audio_connected = FALSE, host_user_check_class_init() )
#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()   (audio_new_device_connected = TRUE)
#define Host_sof_action()   host_sof_action()
#define Host_suspend_action()
#define Host_user_check_class_action(x)   (host_user_check_class(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 186 of file conf_usb.h.

 
#define Host_device_connection_action (  ) 

Definition at line 179 of file conf_usb.h.

 
#define Host_device_disconnection_action (  )     (audio_new_device_connected = FALSE, audio_connected = FALSE, host_user_check_class_init() )

Definition at line 178 of file conf_usb.h.

 
#define Host_device_error_action (  ) 

Definition at line 187 of file conf_usb.h.

 
#define Host_device_not_supported_action (  ) 

Definition at line 184 of file conf_usb.h.

 
#define Host_device_supported_action (  ) 

Definition at line 183 of file conf_usb.h.

 
#define Host_hwup_action (  ) 

Definition at line 182 of file conf_usb.h.

 
#define Host_new_device_connection_action (  )     (audio_new_device_connected = TRUE)

Definition at line 185 of file conf_usb.h.

 
#define Host_sof_action (  )     host_sof_action()

Definition at line 180 of file conf_usb.h.

 
#define Host_suspend_action (  ) 

Definition at line 181 of file conf_usb.h.

#define Host_user_check_class_action (  )     (host_user_check_class(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 193 of file conf_usb.h.

 
#define Usb_id_transition_action (  ) 

Definition at line 177 of file conf_usb.h.


Generated on Fri Feb 19 02:32:16 2010 for AVR32 - USB AUDIO Example by  doxygen 1.5.5