STM32L443xx HAL User Manual
Defines
RCCEx CRS SynchroSource
RCCEx Exported Constants

Defines

#define RCC_CRS_SYNC_SOURCE_GPIO   0x00000000U
#define RCC_CRS_SYNC_SOURCE_LSE   CRS_CFGR_SYNCSRC_0
#define RCC_CRS_SYNC_SOURCE_USB   CRS_CFGR_SYNCSRC_1

Define Documentation

#define RCC_CRS_SYNC_SOURCE_GPIO   0x00000000U

Synchro Signal source GPIO

Definition at line 762 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_CRS_SYNC_SOURCE_LSE   CRS_CFGR_SYNCSRC_0

Synchro Signal source LSE

Definition at line 763 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_CRS_SYNC_SOURCE_USB   CRS_CFGR_SYNCSRC_1

Synchro Signal source USB SOF (default)

Definition at line 764 of file stm32l4xx_hal_rcc_ex.h.