STM32H735xx HAL User Manual
Data Fields
FDCAN_ErrorCountersTypeDef Struct Reference

FDCAN Error Counters structure definition. More...

#include <stm32h7xx_hal_fdcan.h>

Data Fields

uint32_t TxErrorCnt
uint32_t RxErrorCnt
uint32_t RxErrorPassive
uint32_t ErrorLogging

Detailed Description

FDCAN Error Counters structure definition.

Definition at line 443 of file stm32h7xx_hal_fdcan.h.


Field Documentation

Specifies the Transmit/Receive error logging counter value. This parameter can be a number between 0 and 255. This counter is incremented each time when a FDCAN protocol error causes the TxErrorCnt or the RxErrorCnt to be incremented. The counter stops at 255; the next increment of TxErrorCnt or RxErrorCnt sets interrupt flag FDCAN_FLAG_ERROR_LOGGING_OVERFLOW

Definition at line 456 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetErrorCounters().

Specifies the Receive Error Counter Value. This parameter can be a number between 0 and 127

Definition at line 448 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetErrorCounters().

Specifies the Receive Error Passive status. This parameter can be:

  • 0 : The Receive Error Counter (RxErrorCnt) is below the error passive level of 128
  • 1 : The Receive Error Counter (RxErrorCnt) has reached the error passive level of 128

Definition at line 451 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetErrorCounters().

Specifies the Transmit Error Counter Value. This parameter can be a number between 0 and 255

Definition at line 445 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetErrorCounters().


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