Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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_INT16S CanBusInit(CPU_INT32U 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

Return Value

One of the following error codes is returned: CAN_ERR_NONE, CAN_ERR_OSALLOC, CAN_ERR_OSQUEUE or CAN_ERR_OSSEM.

End

  • No labels