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

Referenced by usb_general_interrupt().

 
#define Host_device_disconnection_action (  ) 

Definition at line 240 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_connection_action (  ) 

Definition at line 241 of file conf_usb.h.

Referenced by usb_general_interrupt(), and usb_host_task().

 
#define Host_sof_action (  )     sof_action()

Definition at line 242 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_suspend_action (  ) 

Definition at line 243 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_hwup_action (  ) 

Definition at line 244 of file conf_usb.h.

Referenced by usb_general_interrupt().

 
#define Host_device_not_supported_action (  ) 

Definition at line 245 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_class_not_supported_action (  ) 

Definition at line 246 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_supported_action (  ) 

Definition at line 247 of file conf_usb.h.

Referenced by usb_host_task().

 
#define Host_device_error_action (  ) 

Definition at line 248 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 308 of file host_cdc_task.c.

00309 {
00310    cdc_cpt_sof++;
00311 }


Generated on Wed Sep 23 09:41:08 2009 for ATMEL by  doxygen 1.5.3