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

Defines

#define LL_RCC_SWP_CLKSOURCE_PCLK1   (0x00000000U)
#define LL_RCC_SWP_CLKSOURCE_HSI   (RCC_D2CCIP1R_SWPSEL)

Define Documentation

#define LL_RCC_SWP_CLKSOURCE_HSI   (RCC_D2CCIP1R_SWPSEL)

Definition at line 1039 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetSWPClockFreq().

#define LL_RCC_SWP_CLKSOURCE_PCLK1   (0x00000000U)

Definition at line 1038 of file stm32h7xx_ll_rcc.h.

Referenced by LL_RCC_GetSWPClockFreq().