CAN FD bus speed combination, holds one arbitration phase speed together with available data phase speeds.

interface CanFDBusSpeedCombination {
    arbitrationBusSpeed: CanFDBusSpeedInfo;
    dataBusSpeeds: CanFDBusSpeedInfo[];
}

Properties

arbitrationBusSpeed: CanFDBusSpeedInfo
dataBusSpeeds: CanFDBusSpeedInfo[]