Designer Reference Manual
USB08 Evaluation Board
206
Universal USB Device Driver (USBIO)
MOTOROLA
Universal USB Device Driver (USBIO)
USBIO_DEVICE_POWER
The USBIO_DEVICE_POWER structure contains information about the
USB device power states.
Definition
typedef struct _USBIO_DEVICE_POWER{
USBIO_DEVICE_POWER_STATE DevicePowerState;
} USBIO_DEVICE_POWER;
Member
DevicePowerState
Contains the power state of the USB device. The values are defined
by the USBIO_DEVICE_POWER_STATE (
) enumeration
type.
Comments
This structure is used with
IOCTL_USBIO_GET_DEVICE_POWER_STATE (
) and
IOCTL_USBIO_SET_DEVICE_POWER_STATE (
) requests.