class PortStatus

Defined at line 158 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

Public Methods

usb_port_status_t GetStatus ()

Returns the status mask in response to a GET_PORT_STATUS request

and clears the change mask.

Defined at line 162 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

void ClearFeature (PortStatusBit bit)

Defined at line 170 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

void SetBit (PortStatusBit bit)

Defined at line 175 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

bool CheckBit (PortStatusBit bit)

Defined at line 185 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h

void ClearBit (PortStatusBit bit)

Defined at line 190 of file ../../src/devices/usb/drivers/usb-hub/fake-device.h