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

USBH_UsrLog macro

Syntax

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

References

LocationText
app_usbx_host.h:56
#define USBH_UsrLog(...) printf(__VA_ARGS__);\
app_usbx_host.c:211
USBH_UsrLog(" **** USB OTG FS Dual_Class Host **** \n");
app_usbx_host.c:212
USBH_UsrLog("USB Host library started.\n");
app_usbx_host.c:215
USBH_UsrLog("Starting Application");
app_usbx_host.c:216
USBH_UsrLog("Connect your HID or MSC Device\n");
app_usbx_host.c:238
USBH_UsrLog("USB Mass Storage Device Found");
app_usbx_host.c:239
app_usbx_host.c:240
app_usbx_host.c:243
USBH_UsrLog("\n*** Start Files operations ***\n");
app_usbx_host.c:255
USBH_UsrLog("HID_Mouse_Device");
app_usbx_host.c:256
app_usbx_host.c:257
app_usbx_host.c:258
USBH_UsrLog("USB HID Host Mouse App...");
app_usbx_host.c:259
USBH_UsrLog("Mouse is ready...\n");
app_usbx_host.c:264
USBH_UsrLog("HID_Keyboard_Device");
app_usbx_host.c:265
app_usbx_host.c:266
app_usbx_host.c:267
USBH_UsrLog("USB HID Host Keyboard App...");
app_usbx_host.c:268
USBH_UsrLog("keyboard is ready...\n");
app_usbx_host.c:285
USBH_UsrLog("Waiting for device connection ...\n");
app_usbx_host.c:464
USBH_UsrLog("unable to start media ");
app_usbx_host.c:485
USBH_UsrLog("USB Device Plugged");
app_usbx_host.c:515
USBH_UsrLog("USB Device Unplugged");
app_usbx_host.c:530
USBH_UsrLog("HID Client Plugged");
app_usbx_host.c:536
USBH_UsrLog("HID Client Unplugged");
app_usbx_host.c:537
USBH_UsrLog("USB Device Unplugged");
app_usbx_host.c:570
USBH_UsrLog("USB Device disconnected");
ux_host_keyboard.c:83
USBH_UsrLog("%c", (CHAR)keyboard_key);
ux_host_mouse.c:93
USBH_UsrLog("Pos_x = %ld Pos_y= %ld", Pos_x, Pos_y);
ux_host_mouse.c:109
USBH_UsrLog("Left Button Pressed");
ux_host_mouse.c:114
USBH_UsrLog("Right Button Pressed");
ux_host_mouse.c:119
USBH_UsrLog("Middle Button Pressed");
ux_host_mouse.c:130
USBH_UsrLog("Pos_weel = %ld", mouse_wheel_movement);
ux_host_msc.c:83
USBH_UsrLog("File TEST.TXT Created \n");
ux_host_msc.c:92
USBH_UsrLog("Write Process ...... \n");
ux_host_msc.c:98
USBH_UsrLog("Write Process Success \n");
ux_host_msc.c:107
USBH_UsrLog("Read Process ...... \n");
ux_host_msc.c:113
USBH_UsrLog("Read Process Success \n");
ux_host_msc.c:114
USBH_UsrLog("File Closed \n");
ux_host_msc.c:115
USBH_UsrLog("*** End Files operations ***\n");