_CANINFO Struct Reference
[CAN DevicesCAN 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

HANDLE volatile _CANINFO::can_rx_rdy

Receiver event queue.

Definition at line 119 of file can_dev.h.

Referenced by AtCanInput(), and SJAInput().

HANDLE volatile _CANINFO::can_tx_rdy

Transmitter event queue.

Definition at line 120 of file can_dev.h.

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

uint32_t _CANINFO::can_rx_frames

Number of packets received.

Examples:
canbus/candemo.c.

Definition at line 121 of file can_dev.h.

Referenced by main().

uint32_t _CANINFO::can_tx_frames

Number of packets sent.

Examples:
canbus/candemo.c.

Definition at line 122 of file can_dev.h.

Referenced by CAN_Tx(), and main().

uint32_t _CANINFO::can_interrupts

Number of interrupts.

Examples:
canbus/candemo.c.

Definition at line 123 of file can_dev.h.

Referenced by main().

uint32_t _CANINFO::can_overruns

Number of packet overruns.

Examples:
canbus/candemo.c.

Definition at line 124 of file can_dev.h.

Referenced by main().

uint32_t _CANINFO::can_errors

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/