_CANINFO Struct Reference
[CAN Devices]


Detailed Description

CAN controller information structure.
Examples:

canbus/candemo.c.

Definition at line 118 of file can_dev.h.


Data Fields

HANDLE volatile can_rx_rdy
HANDLE volatile can_tx_rdy
uint32_t can_rx_frames
uint32_t can_tx_frames
uint32_t can_interrupts
uint32_t can_overruns
uint32_t can_errors

Field Documentation

Receiver event queue.

Definition at line 119 of file can_dev.h.

Referenced by AtCanInput(), and SJAInput().

Transmitter event queue.

Definition at line 120 of file can_dev.h.

Referenced by AtCanOutput(), CAN_Tx(), and SJAOutput().

Number of packets received.

Examples:
canbus/candemo.c.

Definition at line 121 of file can_dev.h.

Referenced by main().

Number of packets sent.

Examples:
canbus/candemo.c.

Definition at line 122 of file can_dev.h.

Referenced by CAN_Tx(), and main().

Number of interrupts.

Examples:
canbus/candemo.c.

Definition at line 123 of file can_dev.h.

Referenced by main().

Number of packet overruns.

Examples:
canbus/candemo.c.

Definition at line 124 of file can_dev.h.

Referenced by main().

Number of frame errors.

Definition at line 125 of file can_dev.h.


The documentation for this struct was generated from the following file:

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/