C
#define ADR_PENDING_STATE 0x08
Description
Address pending state is not an official state of the USB defined states. This state is internally used to indicate that the device has received a SET_ADDRESS command but has not received the STATUS stage of the transfer yet. The device is should not switch addresses until after the STATUS stage is complete. This defintions is a return value of the function USBGetDeviceState()
MCHPFSUSB Device Library > Stack > Public API Members > Definitions, Constants, and Enums > ADR_PENDING_STATE Macro