Home
last modified time | relevance | path

Searched refs:FDCAN_CLOCK_CALIBRATION_DISABLE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h795 #define FDCAN_CLOCK_CALIBRATION_DISABLE ((uint32_t)0x00000000U) /*!< Disable Clock Calibration */ macro
2067 #define IS_FDCAN_CLOCK_CALIBRATION(CALIBRATION) (((CALIBRATION) == FDCAN_CLOCK_CALIBRATION_DISABLE)…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h867 #define FDCAN_CLOCK_CALIBRATION_DISABLE ((uint32_t)0x00000000U) /*!< Disable Clock Calibration */ macro
2210 #define IS_FDCAN_CLOCK_CALIBRATION(CALIBRATION) (((CALIBRATION) == FDCAN_CLOCK_CALIBRATION_DISABLE)…
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h867 #define FDCAN_CLOCK_CALIBRATION_DISABLE ((uint32_t)0x00000000U) /*!< Disable Clock Calibration */ macro
2210 #define IS_FDCAN_CLOCK_CALIBRATION(CALIBRATION) (((CALIBRATION) == FDCAN_CLOCK_CALIBRATION_DISABLE)…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c670 if (sCcuConfig->ClockCalibration == FDCAN_CLOCK_CALIBRATION_DISABLE) in HAL_FDCAN_ConfigClockCalibration()
694 if (sCcuConfig->ClockCalibration == FDCAN_CLOCK_CALIBRATION_DISABLE) in HAL_FDCAN_ConfigClockCalibration()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c1687 if (sCcuConfig->ClockCalibration == FDCAN_CLOCK_CALIBRATION_DISABLE) in HAL_FDCAN_ConfigClockCalibration()
1711 if (sCcuConfig->ClockCalibration == FDCAN_CLOCK_CALIBRATION_DISABLE) in HAL_FDCAN_ConfigClockCalibration()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c1687 if (sCcuConfig->ClockCalibration == FDCAN_CLOCK_CALIBRATION_DISABLE) in HAL_FDCAN_ConfigClockCalibration()
1711 if (sCcuConfig->ClockCalibration == FDCAN_CLOCK_CALIBRATION_DISABLE) in HAL_FDCAN_ConfigClockCalibration()