STM32L443xx 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 840 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE |
Expected SYNC
Definition at line 841 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE |
SYNC error
Definition at line 842 of file stm32l4xx_hal_rcc_ex.h.
#define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE |
SYNC missed
Definition at line 843 of file stm32l4xx_hal_rcc_ex.h.
#define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE |
SYNC event OK
Definition at line 838 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler().
#define RCC_CRS_IT_SYNCWARN CRS_CR_SYNCWARNIE |
SYNC warning
Definition at line 839 of file stm32l4xx_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 844 of file stm32l4xx_hal_rcc_ex.h.