STM32H735xx HAL User Manual
|
Defines | |
#define | RCC_CRS_SYNC_SOURCE_PIN (0x00000000U) |
#define | RCC_CRS_SYNC_SOURCE_LSE CRS_CFGR_SYNCSRC_0 |
#define | RCC_CRS_SYNC_SOURCE_USB1 CRS_CFGR_SYNCSRC_1 |
#define | RCC_CRS_SYNC_SOURCE_USB2 (CRS_CFGR_SYNCSRC_1|CRS_CFGR_SYNCSRC_0) |
#define RCC_CRS_SYNC_SOURCE_LSE CRS_CFGR_SYNCSRC_0 |
Synchro Signal source LSE
Definition at line 1649 of file stm32h7xx_hal_rcc_ex.h.
#define RCC_CRS_SYNC_SOURCE_PIN (0x00000000U) |
Synchro Signal source external pin, Available on STM32H7 Rev.B and above devices only
Definition at line 1648 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().
#define RCC_CRS_SYNC_SOURCE_USB1 CRS_CFGR_SYNCSRC_1 |
Synchro Signal source USB1 SOF (default)
Definition at line 1650 of file stm32h7xx_hal_rcc_ex.h.
#define RCC_CRS_SYNC_SOURCE_USB2 (CRS_CFGR_SYNCSRC_1|CRS_CFGR_SYNCSRC_0) |
Synchro Signal source USB2 SOF
Definition at line 1651 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSConfig().