STM32H735xx HAL User Manual
Defines
FDCAN Calibration Field Length
FDCAN Exported Constants

Defines

#define FDCAN_CALIB_FIELD_LENGTH_32   ((uint32_t)0x00000000U)
#define FDCAN_CALIB_FIELD_LENGTH_64   ((uint32_t)FDCANCCU_CCFG_CFL)

Define Documentation

#define FDCAN_CALIB_FIELD_LENGTH_32   ((uint32_t)0x00000000U)

Calibration field length is 32 bits

Definition at line 890 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_CALIB_FIELD_LENGTH_64   ((uint32_t)FDCANCCU_CCFG_CFL)

Calibration field length is 64 bits

Definition at line 891 of file stm32h7xx_hal_fdcan.h.