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 Usb_id_transition_action | ( | ) |
| #define Host_device_disconnection_action | ( | ) |
| #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() |
| #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 | ( | ) |
| 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
| none |
Definition at line 244 of file host_audio_task.c.
00245 { 00246 audio_cpt_sof++; 00247 }
1.5.3