Home
last modified time | relevance | path

Searched refs:crserror (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c750 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
789 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
793 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
797 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
804 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c827 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
866 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
870 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
874 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
881 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c1089 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
1128 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
1132 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
1136 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
1143 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c1690 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
1729 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
1733 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
1737 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
1744 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c1770 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
1809 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
1813 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
1817 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
1824 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c1540 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
1579 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
1583 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
1587 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
1594 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c1731 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
1770 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
1774 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
1778 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
1785 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c3060 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
3099 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
3103 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
3107 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
3114 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c2290 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
2329 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
2333 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
2337 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
2344 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c3561 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
3600 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
3604 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
3608 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
3615 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2770 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
2809 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
2813 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
2817 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
2824 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3943 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
3982 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
3986 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
3990 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
3997 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c5908 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
5947 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
5951 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
5955 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
5962 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()