Versions Compared

Key

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

XXX_Init

Description

This function must initialize the CAN controller selected by it’s bus device name, clearing all message buffers (if available) and leave the CAN controller in bus off state.

Prototype

void XXX_InitInit(CPU_INT32UINT32U arg);

Parameter

Meaning

arg

bus device name

End