STM32H735xx HAL User Manual
|
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 |
FDCAN Error Counters structure definition.
Definition at line 443 of file stm32h7xx_hal_fdcan.h.
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:
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().