STM32H735xx HAL User Manual
Defines
Peripheral FDCAN clock source selection
RCC Exported Constants

Defines

#define LL_RCC_FDCAN_CLKSOURCE_HSE   (0x00000000U)
#define LL_RCC_FDCAN_CLKSOURCE_PLL1Q   (RCC_D2CCIP1R_FDCANSEL_0)
#define LL_RCC_FDCAN_CLKSOURCE_PLL2Q   (RCC_D2CCIP1R_FDCANSEL_1)

Define Documentation

#define LL_RCC_FDCAN_CLKSOURCE_HSE   (0x00000000U)

Definition at line 1021 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetFDCANClockFreq().

#define LL_RCC_FDCAN_CLKSOURCE_PLL1Q   (RCC_D2CCIP1R_FDCANSEL_0)

Definition at line 1022 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetFDCANClockFreq().

#define LL_RCC_FDCAN_CLKSOURCE_PLL2Q   (RCC_D2CCIP1R_FDCANSEL_1)

Definition at line 1023 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetFDCANClockFreq().