Skip to main content

LIN API Mapping

This page maps LIN implementation tasks to APIs, required definitions/structures, and sample programs.

Mapping Table

Implementation taskMain APIsRequired definitions / structuresSample
Configure LIN communication parametersMPXLINSetParamStMPXLINParam, LIN Operation Mode, LIN RevisionLIN Monitor Sample (C++)
Configure master simulationMPXLINSetMasterSim, MPXLINSetMasterSchedule, MPXLINChangeMasterScheduleStMPXLINMasterSim, LIN Simulation Enable/DisableLIN Master Sample (C++)
Configure slave simulationMPXLINSetSlaveSim, MPXLINSetSlaveItem, MPXLINChangeSlaveItemStMPXLINSlaveSim, LIN Frame TypeLIN Slave Sample (C++)
Acquire logsMPXSetGetLogMode, MPXLINGetLogExStMPXLINLog, Log Acquisition Mode, Buffer Overrun PresenceLIN Monitor Sample (C++)

Read First