STM32H735xx HAL User Manual
Defines
Synchronization Signal Source
CRS Exported Constants

Defines

#define LL_CRS_SYNC_SOURCE_GPIO   0x00000000U
#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   0x00000000U

Synchro Signal source GPIO

Definition at line 96 of file stm32h7xx_ll_crs.h.

#define LL_CRS_SYNC_SOURCE_LSE   CRS_CFGR_SYNCSRC_0

Synchro Signal source LSE

Definition at line 97 of file stm32h7xx_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 stm32h7xx_ll_crs.h.