Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CanMsgCreate()

Description

This function checks, if a free CAN message is available. If yes, this message is set in front of the used list and initialized with the configured message data.

Prototype

CPU_INT16SINT16S CanMsgCreate(CANMSG_PARA  *cfg);

Parameter

Meaning

cfg

Configuration of CAN message

...