Usbio_device_power, Universal usb device driver (usbio) – Motorola USB08 User Manual

Page 206

Advertising
background image

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 (

page 217

) enumeration

type.

Comments

This structure is used with
IOCTL_USBIO_GET_DEVICE_POWER_STATE (

page 170

) and

IOCTL_USBIO_SET_DEVICE_POWER_STATE (

page 169

) requests.

Advertising