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 4 Next »

CanBusNSHandler()

Description

The calling interrupt vector has to place the bus identifier as parameter to the handler. The value of busId must be the BusNodeName.

Prototype

void CanBusNSHandler(CPU_INT16S busId);

Parameter

Meaning

busId

Unique bus identifier

Additional Information

This function provides the hook-function CanBusNsHook(..). The hook-function can be en/disabled via configuration parameter in file can_cfg.h. The hook-function can be used to react on node status events, e.g. bus off.

  • No labels