STM32L443xx HAL User Manual
|
Defines | |
#define | RCC_CRS_FLAG_SYNCOK CRS_ISR_SYNCOKF |
#define | RCC_CRS_FLAG_SYNCWARN CRS_ISR_SYNCWARNF |
#define | RCC_CRS_FLAG_ERR CRS_ISR_ERRF |
#define | RCC_CRS_FLAG_ESYNC CRS_ISR_ESYNCF |
#define | RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR |
#define | RCC_CRS_FLAG_SYNCMISS CRS_ISR_SYNCMISS |
#define | RCC_CRS_FLAG_TRIMOVF CRS_ISR_TRIMOVF |
#define RCC_CRS_FLAG_ERR CRS_ISR_ERRF |
Error flag
Definition at line 855 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_FLAG_ESYNC CRS_ISR_ESYNCF |
Expected SYNC flag
Definition at line 856 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR |
SYNC error
Definition at line 857 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_FLAG_SYNCMISS CRS_ISR_SYNCMISS |
SYNC missed
Definition at line 858 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_FLAG_SYNCOK CRS_ISR_SYNCOKF |
SYNC event OK flag
Definition at line 853 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_FLAG_SYNCWARN CRS_ISR_SYNCWARNF |
SYNC warning flag
Definition at line 854 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_FLAG_TRIMOVF CRS_ISR_TRIMOVF |
Trimming overflow or underflow
Definition at line 859 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().