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

Defines

#define LL_RCC_DFSDM1_CLKSOURCE_PCLK2   (0x00000000U)
#define LL_RCC_DFSDM1_CLKSOURCE_SYSCLK   (RCC_D2CCIP1R_DFSDM1SEL)

Define Documentation

#define LL_RCC_DFSDM1_CLKSOURCE_PCLK2   (0x00000000U)

Definition at line 857 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetDFSDMClockFreq().

#define LL_RCC_DFSDM1_CLKSOURCE_SYSCLK   (RCC_D2CCIP1R_DFSDM1SEL)

Definition at line 858 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetDFSDMClockFreq().