STM32H735xx HAL User Manual
|
Defines | |
#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 |
Error
Definition at line 1723 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE |
Expected SYNC
Definition at line 1724 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE |
SYNC error
Definition at line 1725 of file stm32h7xx_hal_rcc_ex.h.
#define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE |
SYNC missed
Definition at line 1726 of file stm32h7xx_hal_rcc_ex.h.
#define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE |
SYNC event OK
Definition at line 1721 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_IT_SYNCWARN CRS_CR_SYNCWARNIE |
SYNC warning
Definition at line 1722 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE |
Trimming overflow or underflow
Definition at line 1727 of file stm32h7xx_hal_rcc_ex.h.