USB_CTRLR_HW_INFO_HOST_ONLY_REG()#

Description#

Registers a USB Host controller to the platform manager.

Files#

usb_ctrlr.h

Prototype#

USB_CTRLR_HW_INFO_HOST_ONLY_REG(name, host_ptr)

Arguments#

name

Unique name for the USB host controller. It is recommended to follow the standard "usbX" where X is a digit.

host_ptr

Pointer to the USB host hardware information structure of type USBH_HC_HW_INFO.

Returned Value#

None.

Notes / Warnings#

  1. This macro should normally be called from the BSP.