STM32L443xx HAL User Manual
Defines
Synchronization Signal Source
CRS Exported Constants

Defines

#define LL_CRS_SYNC_SOURCE_GPIO   ((uint32_t)0x00U)
#define LL_CRS_SYNC_SOURCE_LSE   CRS_CFGR_SYNCSRC_0
#define LL_CRS_SYNC_SOURCE_USB   CRS_CFGR_SYNCSRC_1

Define Documentation

#define LL_CRS_SYNC_SOURCE_GPIO   ((uint32_t)0x00U)

Synchro Signal soucre GPIO

Definition at line 96 of file stm32l4xx_ll_crs.h.

#define LL_CRS_SYNC_SOURCE_LSE   CRS_CFGR_SYNCSRC_0

Synchro Signal source LSE

Definition at line 97 of file stm32l4xx_ll_crs.h.

#define LL_CRS_SYNC_SOURCE_USB   CRS_CFGR_SYNCSRC_1

Synchro Signal source USB SOF (default)

Definition at line 98 of file stm32l4xx_ll_crs.h.