Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Macros

#define Host_device_class_not_supported_action()
 
#define Host_device_connection_action()
 
#define Host_device_disconnection_action()   (mouse_hid_new_device_connected = false, mouse_hid_connected = false)
 
#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()   (mouse_hid_new_device_connected = true)
 
#define Host_sof_action()   host_sof_action()
 
#define Host_suspend_action()
 
#define Host_user_check_class_action(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. More...
 
#define Usb_id_transition_action()
 

#define Host_device_class_not_supported_action ( )

Referenced by usb_host_task().

#define Host_device_connection_action ( )
#define Host_device_disconnection_action ( )    (mouse_hid_new_device_connected = false, mouse_hid_connected = false)

Referenced by usb_general_interrupt().

#define Host_device_error_action ( )

Referenced by usb_host_task().

#define Host_device_not_supported_action ( )

Referenced by usb_host_task().

#define Host_device_supported_action ( )

Referenced by usb_host_task().

#define Host_hwup_action ( )

Referenced by usb_general_interrupt().

#define Host_new_device_connection_action ( )    (mouse_hid_new_device_connected = true)

Referenced by usb_host_task().

#define Host_sof_action ( )    host_sof_action()

Referenced by usb_general_interrupt().

#define Host_suspend_action ( )

Referenced by usb_host_task().

#define Host_user_check_class_action (   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.

Referenced by host_check_class().

#define Usb_id_transition_action ( )

Referenced by usb_general_interrupt().