USBH_UsrLog is only used within Ux_Host_HID_CDC_ACM.
 
Symbols
loading...
Files
loading...

USBH_UsrLog macro

Syntax

#define USBH_UsrLog(...) printf(__VA_ARGS__);\     printf("\n");

References

LocationText
app_usbx_host.h:55
#define USBH_UsrLog(...) printf(__VA_ARGS__);\
app_usbx_host.c:231
USBH_UsrLog(" **** USB OTG FS composite Host **** \n");
app_usbx_host.c:233
USBH_UsrLog("USB Host library started.\n");
app_usbx_host.c:236
USBH_UsrLog("Starting Composite Application");
app_usbx_host.c:238
USBH_UsrLog("Connect your composite HID/CDC_ACM Device\n");
app_usbx_host.c:260
USBH_UsrLog("CDC_ACM interface Found");
app_usbx_host.c:266
USBH_UsrLog("HID Mouse interface Found");
app_usbx_host.c:271
USBH_UsrLog("Keyboard Device Found");
app_usbx_host.c:277
USBH_UsrLog("USB Device Unplugged");
app_usbx_host.c:359
USBH_UsrLog("Composite Interface initialized");
app_usbx_host.c:362
app_usbx_host.c:363
app_usbx_host.c:368
USBH_UsrLog("Simple Interface initialized");
app_usbx_host.c:371
app_usbx_host.c:372
app_usbx_host.c:400
USBH_UsrLog("Composite Interface initialized");
app_usbx_host.c:403
app_usbx_host.c:404
app_usbx_host.c:409
USBH_UsrLog("Simple Interface initialized");
app_usbx_host.c:412
app_usbx_host.c:413
app_usbx_host.c:450
USBH_UsrLog("Composite Interface initialized");
app_usbx_host.c:453
app_usbx_host.c:454
app_usbx_host.c:459
USBH_UsrLog("Simple Interface initialized");
app_usbx_host.c:462
app_usbx_host.c:463
app_usbx_host.c:500
USBH_UsrLog("Unplugged HID Interface");
app_usbx_host.c:508
USBH_UsrLog("Unplugged HID Interface");
app_usbx_host.c:516
USBH_UsrLog("Unplugged CDC Interface");
app_usbx_host.c:524
USBH_UsrLog("Unplugged Control Interface");
app_usbx_host.c:581
USBH_UsrLog("USB Device disconnected");
ux_host_cdc_acm.c:95
USBH_UsrLog("Data sent successfully");
ux_host_cdc_acm.c:162
USBH_UsrLog("Ready to send or receive data \n");
ux_host_cdc_acm.c:167
USBH_UsrLog("Unable to start reception\n");
ux_host_cdc_acm.c:200
USBH_UsrLog("%c", *ptr_read);
ux_host_keyboard.c:83
USBH_UsrLog("%c", (CHAR)keyboard_key);
ux_host_mouse.c:92
USBH_UsrLog("Pos_x = %ld Pos_y= %ld", Pos_x, Pos_y);
ux_host_mouse.c:108
USBH_UsrLog("Left Button Pressed");
ux_host_mouse.c:113
USBH_UsrLog("Right Button Pressed");
ux_host_mouse.c:118
USBH_UsrLog("Middle Button Pressed");
ux_host_mouse.c:129
USBH_UsrLog("Pos_weel = %ld", mouse_wheel_movement);