USB Host Shell Commands API#

USBH_ShellCmdInit()#

Description#

Initializes the USBH's Shell command list.

Files#

usbh_cmd.h/usbh_cmd.c

Prototype#

void USBH_ShellCmdInit (RTOS_ERR   *p_err)

Arguments#

None.

Returned Value#

  • DEF_OK, if an interface was opened.

  • DEF_FAIL, if no interfaces were opened.

Notes / Warnings#

None.