usb_h_rh_suspend

Suspend the root hub port.

static void usb_h_rh_suspend(
    struct usb_h_desc * drv,
    uint8_t port
)

Parameters

drv

Type: struct usb_h_desc *

Pointer to the USB HCD driver

port

Type: uint8_t

Root hub port, ignored if there is only one port

Returns

Type: void