hcdShutdownComplete

Purpose

Indicates that USBD has completed its HC shutdown operation.

Syntax

#include <hcdi.h>
USBstatus hcdShutdownComplete(pHCDI)
PHCDI pHCDI; 

Parameter

Item Description
pHCDI Pointer to the HCDI structure.

Description

This function is an HCD supplied function, called by the USBD to inform the HCD that the usbdReqHCshutdown request is completed. The HCD can now reset the host controller.

Execution Environment

This function can only b called from within the process environment.

Return Values

Value Description
USBD_SUCCESS Success
All others Failure