Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
can_bus_err_cnt Struct Reference

CAN controller error counters. More...

#include <can.h>

Data Fields

uint8_t tx_err_cnt
 Value of the CAN controller transmit error counter.
 
uint8_t rx_err_cnt
 Value of the CAN controller receive error counter.
 

Detailed Description

CAN controller error counters.

Field Documentation

◆ rx_err_cnt

uint8_t can_bus_err_cnt::rx_err_cnt

Value of the CAN controller receive error counter.

◆ tx_err_cnt

uint8_t can_bus_err_cnt::tx_err_cnt

Value of the CAN controller transmit error counter.


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