STM32H735xx HAL User Manual
Defines
RCCEx CRS Flags
RCCEx Exported Constants

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 Documentation

#define RCC_CRS_FLAG_ERR   CRS_ISR_ERRF

Error flag

Definition at line 1738 of file stm32h7xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_CRS_IRQHandler().

#define RCC_CRS_FLAG_ESYNC   CRS_ISR_ESYNCF

Expected SYNC flag

Definition at line 1739 of file stm32h7xx_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 1740 of file stm32h7xx_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 1741 of file stm32h7xx_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 1736 of file stm32h7xx_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 1737 of file stm32h7xx_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 1742 of file stm32h7xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().