STM32L486xx HAL User Manual
Defines
Peripheral DFSDM1 clock source selection
RCC Exported Constants

Defines

#define LL_RCC_DFSDM1_CLKSOURCE_PCLK2   0x00000000U
#define LL_RCC_DFSDM1_CLKSOURCE_SYSCLK   RCC_CCIPR_DFSDM1SEL

Define Documentation

#define LL_RCC_DFSDM1_CLKSOURCE_PCLK2   0x00000000U

PCLK2 used as DFSDM1 clock source

Definition at line 636 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetDFSDMClockFreq().

#define LL_RCC_DFSDM1_CLKSOURCE_SYSCLK   RCC_CCIPR_DFSDM1SEL

SYSCLK used as DFSDM1 clock source

Definition at line 637 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetDFSDMClockFreq().