pcie_link_readiness pcie_map
API Reference Manual  /  4 Model-to-Model Interfaces  / 

pcie_link_training

Description
Trigger link training on obj.

The trigger is deprecated and should not be used. The implementation of trigger ignores the device_id.

SIM_INTERFACE(pcie_link_training) {
        // Deprecated
        bool (*trigger)(conf_object_t *obj, uint16 device_id);

        bool (*invoke)(conf_object_t *obj);
};

#define PCIE_LINK_TRAINING_INTERFACE "pcie_link_training"

Execution Context
Cell Context for all methods.

pcie_link_readiness pcie_map