|
STM32G474xx HAL用户手册
|
定义 | |
| #define | RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE |
| #define | RCC_CRS_IT_SYNCWARN CRS_CR_SYNCWARNIE |
| #define | RCC_CRS_IT_ERR CRS_CR_ERRIE |
| #define | RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE |
| #define | RCC_CRS_IT_SYNCERR CRS_CR_ERRIE |
| #define | RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE |
| #define | RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE |
| #define RCC_CRS_IT_ERR CRS_CR_ERRIE |
| #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE |
预期SYNC
Definition at line 544 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
| #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE |
SYNC错误
Definition at line 545 of file stm32g4xx_hal_rcc_ex.h.
| #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE |
SYNC丢失
Definition at line 546 of file stm32g4xx_hal_rcc_ex.h.
| #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE |
SYNC事件OK
Definition at line 541 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
| #define RCC_CRS_IT_SYNCWARN CRS_CR_SYNCWARNIE |
SYNC警告
Definition at line 542 of file stm32g4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
| #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE |
修剪溢出或下溢
Definition at line 547 of file stm32g4xx_hal_rcc_ex.h.
1.7.6.1