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

USBH_UsrLog macro

Syntax

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

References

LocationText
app_usbx_host.h:53
#define USBH_UsrLog(...) printf(__VA_ARGS__);\
app_usbx_host.c:177
USBH_UsrLog(" **** USB OTG FS MSC Host **** \n");
app_usbx_host.c:178
USBH_UsrLog("USB Host library started.\n");
app_usbx_host.c:181
USBH_UsrLog("Starting MSC Application");
app_usbx_host.c:182
USBH_UsrLog("Connect your MSC Device\n");
app_usbx_host.c:204
USBH_UsrLog("USB Mass Storage Device Found");
app_usbx_host.c:205
app_usbx_host.c:206
app_usbx_host.c:209
USBH_UsrLog("\n*** Start Files operations ***\n");
app_usbx_host.c:319
USBH_UsrLog("unable to start media ");
app_usbx_host.c:340
USBH_UsrLog("USB Device Plugged");
app_usbx_host.c:364
USBH_UsrLog("USB Device Unplugged");
app_usbx_host.c:396
USBH_UsrLog("USB Device disconnected");
ux_host_msc.c:89
USBH_UsrLog("File TEST.TXT Created \n");
ux_host_msc.c:98
USBH_UsrLog("Write Process ...... \n");
ux_host_msc.c:104
USBH_UsrLog("Write Process Success \n");
ux_host_msc.c:113
USBH_UsrLog("Read Process ...... \n");
ux_host_msc.c:119
USBH_UsrLog("Read Process Success \n");
ux_host_msc.c:120
USBH_UsrLog("File Closed \n");
ux_host_msc.c:121
USBH_UsrLog("*** End Files operations ***\n");