Nut/OS  4.10.3
API Reference
_CANINFO Struct Reference

CAN controller information structure. More...

#include <can_dev.h>

Collaboration diagram for _CANINFO:

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

Detailed Description

CAN controller information structure.

Definition at line 118 of file can_dev.h.


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.

Definition at line 121 of file can_dev.h.

Number of packets sent.

Definition at line 122 of file can_dev.h.

Referenced by CAN_Tx().

Number of interrupts.

Definition at line 123 of file can_dev.h.

Number of packet overruns.

Definition at line 124 of file can_dev.h.

Number of frame errors.

Definition at line 125 of file can_dev.h.


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