Go to the documentation of this file.
65 #define USB_HOST_FEATURE DISABLED
70 #define USB_DEVICE_FEATURE ENABLED
83 #ifndef USE_USB_PADS_REGULATOR
84 #define USE_USB_PADS_REGULATOR ENABLE // Possible values ENABLE or DISABLE
97 #ifndef CDC_ECM_USES_INTERRUPT_ENDPOINT
98 #define CDC_ECM_USES_INTERRUPT_ENDPOINT 0
101 #ifndef USB_ETH_EMULATE_WIFI
102 #define USB_ETH_EMULATE_WIFI 0
105 #define NB_ENDPOINTS 7
106 #define VCP_RX_EP 0x06
107 #define VCP_TX_EP 0x05
108 #define VCP_INT_EP 0x04
115 #define NB_ENDPOINTS_MS 3
116 #define MS_IN_EP 0x01
117 #define MS_OUT_EP 0x02
119 #define USB_LOW_SPEED_DEVICE DISABLE
122 #define Usb_unicode(a) ((U16)(a))
130 #define Usb_sof_action()
131 #define Usb_wake_up_action()
132 #define Usb_resume_action()
133 #define Usb_suspend_action() suspend_action();
134 #define Usb_reset_action()
135 #define Usb_vbus_on_action()
136 #define Usb_vbus_off_action()
137 #define Usb_set_configuration_action()
142 #define Scsi_start_read_action() Led1_on()
143 #define Scsi_stop_read_action() Led1_off()
144 #define Scsi_start_write_action() Led2_on()
145 #define Scsi_stop_write_action() Led2_off()
149 extern void sof_action(
void);
156 #endif // _CONF_USB_H_