STM32G474xx HAL 用户手册
定义
RCCEx CRS 状态
RCCEx 导出的常量

定义

#define RCC_CRS_NONE   0x00000000U
#define RCC_CRS_TIMEOUT   0x00000001U
#define RCC_CRS_SYNCOK   0x00000002U
#define RCC_CRS_SYNCWARN   0x00000004U
#define RCC_CRS_SYNCERR   0x00000008U
#define RCC_CRS_SYNCMISS   0x00000010U
#define RCC_CRS_TRIMOVF   0x00000020U

定义文档

#define RCC_CRS_NONE   0x00000000U
#define RCC_CRS_SYNCERR   0x00000008U
#define RCC_CRS_SYNCMISS   0x00000010U
#define RCC_CRS_SYNCOK   0x00000002U

定义于文件 459stm32g4xx_hal_rcc_ex.h

HAL_RCCEx_CRSWaitSynchronization() 引用。

#define RCC_CRS_SYNCWARN   0x00000004U

定义于文件 460stm32g4xx_hal_rcc_ex.h

HAL_RCCEx_CRSWaitSynchronization() 引用。

#define RCC_CRS_TIMEOUT   0x00000001U

定义于文件 458stm32g4xx_hal_rcc_ex.h

HAL_RCCEx_CRSWaitSynchronization() 引用。

#define RCC_CRS_TRIMOVF   0x00000020U