STM32H735xx HAL User Manual
Data Fields
FDCAN_TTOperationStatusTypeDef Struct Reference

FDCAN TT Operation Status structure definition. More...

#include <stm32h7xx_hal_fdcan.h>

Data Fields

uint32_t ErrorLevel
uint32_t MasterState
uint32_t SyncState
uint32_t GTimeQuality
uint32_t ClockQuality
uint32_t RefTrigOffset
uint32_t GTimeDiscPending
uint32_t GapFinished
uint32_t MasterPriority
uint32_t GapStarted
uint32_t WaitForEvt
uint32_t AppWdgEvt
uint32_t ECSPending
uint32_t PhaseLock

Detailed Description

FDCAN TT Operation Status structure definition.

Definition at line 599 of file stm32h7xx_hal_fdcan.h.


Field Documentation

Specifies the Application Watchdog State. This parameter can be:

  • 0 : Application Watchdog served in time
  • 1 : Failed to serve Application Watchdog in time

Definition at line 648 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the Quality of Clock Speed. This parameter is only relevant in Level 0 and Level 2, otherwise fixed to 1. This parameter can be:

  • 0 : Local clock speed not synchronized to Time Master clock speed
  • 1 : Synchronization Deviation = SDL

Definition at line 616 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the External Clock Synchronization State. This parameter can be:

  • 0 : No external clock synchronization pending
  • 1 : Node waits for external clock synchronization to take effect

Definition at line 653 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the type of the TT operation error level. This parameter can be a value of FDCAN TT Error Level

Definition at line 601 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies whether a Gap is finished. This parameter can be:

  • 0 : Reset at the end of each reference message
  • 1 : Gap finished

Definition at line 630 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies whether a Gap is started. This parameter can be:

  • 0 : No Gap in schedule
  • 1 : Gap time after Basic Cycle has started

Definition at line 638 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the Global Time Discontinuity State. This parameter can be:

  • 0 : No global time preset pending
  • 1 : Node waits for the global time preset to take effect

Definition at line 625 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the Quality of Global Time Phase. This parameter is only relevant in Level 0 and Level 2, otherwise fixed to 0. This parameter can be:

  • 0 : Global time not valid
  • 1 : Global time in phase with Time Master

Definition at line 610 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the Priority of actual Time Master. This parameter can be a number between 0 and 0x7

Definition at line 635 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the type of the TT master state. This parameter can be a value of FDCAN TT Master State

Definition at line 604 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the Phase Lock State. This parameter can be:

  • 0 : Phase outside range
  • 1 : Phase inside range

Definition at line 658 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the Actual Reference Trigger Offset Value. This parameter can be a number between 0 and 0xFF

Definition at line 622 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies the type of the TT synchronization state. This parameter can be a value of FDCAN TT Synchronization State

Definition at line 607 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().

Specifies whether a Gap is annouced. This parameter can be:

  • 0 : No Gap announced, reset by a reference message with Next_is_Gap = 0
  • 1 : Reference message with Next_is_Gap = 1 received

Definition at line 643 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_GetOperationStatus().


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