Type alias EndpointBitAddress

EndpointBitAddress: {
    bitOffset: BitCount;
    epAddress: EndpointAddress;
}

Represents the address of a bit within an endpoint.

Type declaration

  • bitOffset: BitCount

    The offset from the LSB of the endpoint, measured in bits.

  • epAddress: EndpointAddress

    The address of the endpoint.

Generated using TypeDoc