interface AHBLite_Signals {
    HCLK: {
        width: 1;
    };
    HRESETn: {
        width: 1;
    };
    HADDR: Signal;
    HBURST: {
        width: 3;
    };
    HMASTLOCK: {
        width: 1;
    };
    HPROT: {
        width: 4;
    };
    HSIZE: {
        width: 3;
    };
    HTRANS: {
        width: 2;
    };
    HWDATA: Signal;
    HWRITE: {
        width: 1;
    };
    HRDATA: Signal;
    HREADYOUT: {
        width: 1;
    };
    HRESP: {
        width: 1;
    };
    HSELx: {
        width: 1;
    };
    HREADY: {
        width: 1;
    };
    HCLKEN: {
        width: 1;
    };
}

Hierarchy (view full)

Properties

HCLK: {
    width: 1;
}

Type declaration

  • width: 1
HRESETn: {
    width: 1;
}

Type declaration

  • width: 1
HADDR: Signal
HBURST: {
    width: 3;
}

Type declaration

  • width: 3
HMASTLOCK: {
    width: 1;
}

Type declaration

  • width: 1
HPROT: {
    width: 4;
}

Type declaration

  • width: 4
HSIZE: {
    width: 3;
}

Type declaration

  • width: 3
HTRANS: {
    width: 2;
}

Type declaration

  • width: 2
HWDATA: Signal
HWRITE: {
    width: 1;
}

Type declaration

  • width: 1
HRDATA: Signal
HREADYOUT: {
    width: 1;
}

Type declaration

  • width: 1
HRESP: {
    width: 1;
}

Type declaration

  • width: 1
HSELx: {
    width: 1;
}

Type declaration

  • width: 1
HREADY: {
    width: 1;
}

Type declaration

  • width: 1
HCLKEN: {
    width: 1;
}

Type declaration

  • width: 1

Generated using TypeDoc