interface APB4_Signals {
    PCLK: {
        width: 1;
    };
    PRESETn: {
        width: 1;
    };
    PADDR: Signal;
    PSELx: {
        width: 1;
    };
    PENABLE: {
        width: 1;
    };
    PWRITE: {
        width: 1;
    };
    PRDATA: Signal;
    PWDATA: Signal;
    PPROT: {
        width: 3;
    };
    PSTRB: Signal;
    PREADY: {
        width: 1;
    };
    PSLVERR: {
        width: 1;
    };
    PCLKEN: {
        width: 1;
    };
}

Hierarchy (view full)

Properties

PCLK: {
    width: 1;
}

Type declaration

  • width: 1
PRESETn: {
    width: 1;
}

Type declaration

  • width: 1
PADDR: Signal
PSELx: {
    width: 1;
}

Type declaration

  • width: 1
PENABLE: {
    width: 1;
}

Type declaration

  • width: 1
PWRITE: {
    width: 1;
}

Type declaration

  • width: 1
PRDATA: Signal
PWDATA: Signal
PPROT: {
    width: 3;
}

Type declaration

  • width: 3
PSTRB: Signal
PREADY: {
    width: 1;
}

Type declaration

  • width: 1
PSLVERR: {
    width: 1;
}

Type declaration

  • width: 1
PCLKEN: {
    width: 1;
}

Type declaration

  • width: 1

Generated using TypeDoc