FrontPanel Platform API - v6.0.0
    Preparing search index...

    Type Alias EndpointBitAddress

    Represents the address of a bit within an endpoint.

    type EndpointBitAddress = {
        bitOffset: BitCount;
        epAddress: EndpointAddress;
    }
    Index

    Properties

    Properties

    bitOffset: BitCount

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

    epAddress: EndpointAddress

    The address of the endpoint.