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

Version 1 Next »

Bus Layer (API)

Description of all data structures, definitions and functions in the bus layer:

Data Structures

  • CANBUS_DATA CAN BUS OBJECT
  • CANBUS_PARA BUS CONFIGURATION
  • Functions

  • CanBusInit() INITIALIZE CAN BUS MANAGEMENT
  • CanBusIoCtl() CAN BUS I/O CONTROL
  • CanBusRead() RECEIVE CAN FRAME
  • CanBusWrite() SEND CAN FRAME
  • CanBusEnable() ENABLE CAN BUS
  • CanBusDisable() DISABLE CAN BUS
  • CanBusTxHandler() CAN TX INTERRUPT HANDLER
  • CanBusRxHandler() CAN RX INTERRUPT HANDLER
  • CanBusNSHandler() CAN STATUS-CHANGE INTERRUPT HANDLER
  • End

    • No labels