- This function sets the data link configuration parameters of the MTP 2 task on the specified board. An application must set the field values in the MTP2LinkCfg structure before calling this function. This can be done by calling Mtp2InitLinkCfg, by setting each field from within the application, or with a combination of the two, ie. calling Mtp2InitLinkCfg
and then overriding specific fields before passing the MTP2LinkCfg structure to this function.
- This function will typically be called multiple times, once for each configured link. Refer to the MTP2LinkCfg structure in the previous section for more information about its fields and their default values.