/
CanBusRxHandler
CanBusRxHandler
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 CanBusRxHandler(CPU_INT16S busId);
Parameter | Meaning |
---|---|
| Unique bus identifier |
Additional Information
This function provides the hook-function CanBusRxHook(..). The hook-function can be en/disabled via configuration parameter in file can_cfg.h. The hook-function can be used to bypass μC/CAN-functionality for a received CAN frame.
Related content
CanBusNSHandler
CanBusNSHandler
More like this
CanBusTxHandler
CanBusTxHandler
More like this
CanBusEnable
CanBusEnable
More like this
CanBusRead
CanBusRead
More like this
CanBusDisable
CanBusDisable
More like this
CanBusIoCtl
CanBusIoCtl
More like this