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 |
Definition at line 118 of file can_dev.h.
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().
Number of packets received.
Definition at line 121 of file can_dev.h.
Referenced by main().
Number of interrupts.
Definition at line 123 of file can_dev.h.
Referenced by main().
Number of packet overruns.
Definition at line 124 of file can_dev.h.
Referenced by main().