USB host custom actions
[USB host operating mode configuration]


Defines

#define Usb_id_transition_action()
#define Host_device_disconnection_action()
#define Host_device_connection_action()
#define Host_sof_action()   sof_action()
#define Host_suspend_action()
#define Host_hwup_action()
#define Host_device_not_supported_action()
#define Host_device_class_not_supported_action()
#define Host_device_supported_action()
#define Host_device_error_action()

Functions

void sof_action (void)

Define Documentation

 
#define Usb_id_transition_action (  ) 

Definition at line 199 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_disconnection_action (  ) 

Definition at line 200 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_connection_action (  ) 

Definition at line 201 of file conf_usb.h.

Referenced by usb_general_interrupt(), and usb_host_task().

 
#define Host_sof_action (  )     sof_action()

Definition at line 202 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_suspend_action (  ) 

Definition at line 203 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_hwup_action (  ) 

Definition at line 204 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_not_supported_action (  ) 

Definition at line 205 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_class_not_supported_action (  ) 

Definition at line 206 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_supported_action (  ) 

Definition at line 207 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_error_action (  ) 

Definition at line 208 of file conf_usb.h.

Referenced by usb_host_task().


Function Documentation

void sof_action ( void   ) 

sof_action This function increments the cdc_cpt_sof counter each times the USB Start Of Frame interrupt subroutine is executed (1ms) Usefull to manage time delays

Warning:
Code:?? bytes (function code length)
Parameters:
none 
Returns:
none

Definition at line 244 of file host_audio_task.c.

00245 {
00246    audio_cpt_sof++;
00247 }


Generated on Fri Oct 31 15:19:21 2008 for ATMEL by  doxygen 1.5.3