Definition at line 115 of file can_dev.h.
Data Fields | |
HANDLE volatile | can_rx_rdy |
HANDLE volatile | can_tx_rdy |
u_long | can_rx_frames |
u_long | can_tx_frames |
u_long | can_interrupts |
u_long | can_overruns |
u_long | can_errors |
HANDLE volatile _CANINFO::can_rx_rdy |
Receiver event queue.
Definition at line 116 of file can_dev.h.
Referenced by AtCanInput(), and SJAInput().
HANDLE volatile _CANINFO::can_tx_rdy |
Transmitter event queue.
Definition at line 117 of file can_dev.h.
Referenced by AtCanOutput(), CAN_Tx(), and SJAOutput().
Number of packets received.
Definition at line 118 of file can_dev.h.
Referenced by main().
Number of interrupts.
Definition at line 120 of file can_dev.h.
Referenced by main().
Number of packet overruns.
Definition at line 121 of file can_dev.h.
Referenced by main().