|
STM32G474xx HAL 用户手册
|
定义 | |
| #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 RCC_CRS_SYNC_SOURCE_GPIO 0x00000000U |
同步信号源 GPIO
Definition at line 471 of file stm32g4xx_hal_rcc_ex.h.
| #define RCC_CRS_SYNC_SOURCE_LSE CRS_CFGR_SYNCSRC_0 |
同步信号源 LSE
Definition at line 472 of file stm32g4xx_hal_rcc_ex.h.
| #define RCC_CRS_SYNC_SOURCE_USB CRS_CFGR_SYNCSRC_1 |
同步信号源 USB SOF(默认)
Definition at line 473 of file stm32g4xx_hal_rcc_ex.h.
1.7.6.1