STM32H735xx HAL User Manual
Data Fields
FDCAN_ClkCalUnitTypeDef Struct Reference

FDCAN clock calibration unit structure definition. More...

#include <stm32h7xx_hal_fdcan.h>

Data Fields

uint32_t ClockCalibration
uint32_t ClockDivider
uint32_t MinOscClkPeriods
uint32_t CalFieldLength
uint32_t TimeQuantaPerBitTime
uint32_t WatchdogStartValue

Detailed Description

FDCAN clock calibration unit structure definition.

Definition at line 153 of file stm32h7xx_hal_fdcan.h.


Field Documentation

Specifies the calibration field length. This parameter can be a value of FDCAN Calibration Field Length

Definition at line 166 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ConfigClockCalibration().

Enable or disable the clock calibration. This parameter can be a value of FDCAN Clock Calibration.

Definition at line 155 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ConfigClockCalibration().

Specifies the FDCAN kernel clock divider when the clock calibration is bypassed. This parameter can be a value of FDCAN Clock Divider

Definition at line 158 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ConfigClockCalibration().

Configures the minimum number of periods in two CAN bit times. The actual configured number of periods is MinOscClkPeriods x 32. This parameter must be a number between 0x00 and 0xFF

Definition at line 162 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ConfigClockCalibration().

Configures the number of time quanta per bit time. This parameter must be a number between 4 and 25

Definition at line 169 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ConfigClockCalibration().

Start value of the Calibration Watchdog Counter. If set to zero the counter is disabled. This parameter must be a number between 0x0000 and 0xFFFF

Definition at line 172 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ConfigClockCalibration().


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