STM32L443xx HAL User Manual
|
Defines | |
#define | RCC_CRS_NONE 0x00000000U |
#define | RCC_CRS_TIMEOUT 0x00000001U |
#define | RCC_CRS_SYNCOK 0x00000002U |
#define | RCC_CRS_SYNCWARN 0x00000004U |
#define | RCC_CRS_SYNCERR 0x00000008U |
#define | RCC_CRS_SYNCMISS 0x00000010U |
#define | RCC_CRS_TRIMOVF 0x00000020U |
#define RCC_CRS_NONE 0x00000000U |
Definition at line 748 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_SYNCERR 0x00000008U |
Definition at line 752 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_SYNCMISS 0x00000010U |
Definition at line 753 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_SYNCOK 0x00000002U |
Definition at line 750 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_SYNCWARN 0x00000004U |
Definition at line 751 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_TIMEOUT 0x00000001U |
Definition at line 749 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSWaitSynchronization().
#define RCC_CRS_TRIMOVF 0x00000020U |
Definition at line 754 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRS_IRQHandler(), and HAL_RCCEx_CRSWaitSynchronization().