Versions Compared

Key

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

CanBusInit()

Description

Initializes the CAN bus management. This includes the creation of all needed OS-service components and the clearing of list of bus elements.

Prototype

CPU_INT16SINT16S CanBusInit(CPU_INT32UINT32U arg);

Parameter

Meaning

arg

Not used

Note

...

This function has the standard device driver interface, described in the porting chapter of the user manual. This allows the CAN bus handling via the standard device driver interface

...