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)
 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.

Define Documentation

 
#define Usb_id_transition_action (  ) 

Definition at line 211 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_disconnection_action (  ) 

Definition at line 212 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_connection_action (  ) 

Definition at line 213 of file conf_usb.h.

Referenced by usb_general_interrupt(), and usb_host_task().

 
#define Host_sof_action (  )     sof_action()

Definition at line 214 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_suspend_action (  ) 

Definition at line 215 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_hwup_action (  ) 

Definition at line 216 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_not_supported_action (  ) 

Definition at line 217 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_class_not_supported_action (  ) 

Definition at line 218 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_supported_action (  ) 

Definition at line 219 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_error_action (  ) 

Definition at line 220 of file conf_usb.h.

Referenced by usb_host_task().


Function Documentation

void sof_action ( void   ) 

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.

Definition at line 250 of file host_cdc_task.c.

00251 {
00252    cdc_cpt_sof++;
00253 }


Generated on Fri Oct 31 16:05:55 2008 for ATMEL by  doxygen 1.5.3