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 »

COIfReset

Description

This function resets the CAN interface and flushes all already buffered CAN frames.

Prototype

void COIfReset(CO_IF *cif);

ParameterDescription
cif pointer to the interface structure

Returned Value

none

Example

The following example shows how to reset the interface of the CANopen node AppNode:

Note: This function resets the interface ONLY. Be careful in calling this function on an active CANopen node on this interface. This can result in unpredictable behavior of the complete system.

  • No labels