interface LPI_Signals {
    CLK: {
        width: 1;
    };
    CLKEN: {
        width: 1;
    };
    RESETn: {
        width: 1;
    };
    CSYSREQ: {
        width: 1;
    };
    CSYSACK: {
        width: 1;
    };
    CACTIVE: {
        width: 1;
    };
}

Hierarchy (view full)

Properties

CLK: {
    width: 1;
}

Type declaration

  • width: 1
CLKEN: {
    width: 1;
}

Type declaration

  • width: 1
RESETn: {
    width: 1;
}

Type declaration

  • width: 1
CSYSREQ: {
    width: 1;
}

Type declaration

  • width: 1
CSYSACK: {
    width: 1;
}

Type declaration

  • width: 1
CACTIVE: {
    width: 1;
}

Type declaration

  • width: 1

Generated using TypeDoc