/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_rcc_ex.c | 714 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 720 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 787 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rcc_ex.c | 791 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 797 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 864 if((itflags & RCC_CRS_FLAG_SYNCERR) != RESET) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc_ex.c | 1053 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 1059 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 1126 if((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc_ex.h | 343 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 589 #define RCC_CRS_FLAG_ERROR_MASK (RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | RCC_C…
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc_ex.c | 1654 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 1660 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 1727 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_rcc_ex.c | 1734 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 1740 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 1807 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rcc_ex.c | 1504 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 1510 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 1577 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rcc_ex.c | 1695 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 1701 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 1768 if((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc_ex.h | 493 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 1004 #define RCC_CRS_FLAG_ERROR_MASK (RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | RCC_C…
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc_ex.h | 50 … RCC_CRS_FLAG_SYNCERR | RCC_CRS_FLAG_SYNCMISS)) 779 #define RCC_CRS_FLAG_SYNCERR LL_CRS_ISR_SYNCERR /*!< SYNC error */ macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc_ex.c | 3024 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 3030 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 3097 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc_ex.h | 596 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 1116 #define RCC_CRS_FLAG_ERROR_MASK (RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | RCC_C…
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 560 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 1195 #define RCC_CRS_FLAG_ERROR_MASK (RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | RCC_C…
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc_ex.c | 2249 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 2255 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 2327 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc_ex.h | 724 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 1599 … RCC_CRS_FLAG_SYNCERR | RCC_CRS_FLAG_SYNCMISS))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 3524 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 3530 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 3598 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 1071 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 2295 #define RCC_CRS_FLAG_ERROR_MASK ((uint32_t)(RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc_ex.c | 2734 if(__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 2740 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 2807 if((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 668 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 1818 … | RCC_CRS_FLAG_SYNCERR | RCC_CRS_FLAG_SYNCMISS))
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc_ex.h | 232 #define RCC_CRS_FLAG_ERROR_MASK ((uint32_t)(RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | RCC_CRS_… 911 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 857 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 2311 #define RCC_CRS_FLAG_ERROR_MASK (RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | RCC_C…
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 3907 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 3913 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 3980 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 5872 if (__HAL_RCC_CRS_GET_FLAG(RCC_CRS_FLAG_SYNCERR)) in HAL_RCCEx_CRSWaitSynchronization() 5878 __HAL_RCC_CRS_CLEAR_FLAG(RCC_CRS_FLAG_SYNCERR); in HAL_RCCEx_CRSWaitSynchronization() 5945 if ((itflags & RCC_CRS_FLAG_SYNCERR) != 0U) in HAL_RCCEx_CRS_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 1361 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro 3086 … RCC_CRS_FLAG_SYNCERR | RCC_CRS_FLAG_SYNCMISS))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc_ex.h | 47 #define RCC_CRS_FLAG_ERROR_MASK ((uint32_t)(RCC_CRS_FLAG_TRIMOVF | RCC_CRS_FLAG_SYNCERR | RCC_CRS_F… 553 #define RCC_CRS_FLAG_SYNCERR CRS_ISR_SYNCERR /*!< SYNC error */ macro
|