Home
last modified time | relevance | path

Searched refs:Z_CAN_GET_STATS (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dcan.h580 #define Z_CAN_GET_STATS(dev_) \ macro
602 STATS_INC(Z_CAN_GET_STATS(dev_), bit_error)
617 STATS_INC(Z_CAN_GET_STATS(dev_), bit0_error); \
634 STATS_INC(Z_CAN_GET_STATS(dev_), bit1_error); \
647 STATS_INC(Z_CAN_GET_STATS(dev_), stuff_error)
658 STATS_INC(Z_CAN_GET_STATS(dev_), crc_error)
669 STATS_INC(Z_CAN_GET_STATS(dev_), form_error)
680 STATS_INC(Z_CAN_GET_STATS(dev_), ack_error)
692 STATS_INC(Z_CAN_GET_STATS(dev_), rx_overrun)
703 stats_reset(&(Z_CAN_GET_STATS(dev_).s_hdr))
[all …]