Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/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-3.4.0/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-3.4.0/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-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c1683 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
1722 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
1726 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
1730 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
1737 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-3.4.0/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-3.4.0/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-3.4.0/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-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2766 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
2805 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
2809 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
2813 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
2820 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3955 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
3994 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
3998 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
4002 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
4009 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c5905 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler() local
5944 crserror |= RCC_CRS_SYNCERR; in HAL_RCCEx_CRS_IRQHandler()
5948 crserror |= RCC_CRS_SYNCMISS; in HAL_RCCEx_CRS_IRQHandler()
5952 crserror |= RCC_CRS_TRIMOVF; in HAL_RCCEx_CRS_IRQHandler()
5959 HAL_RCCEx_CRS_ErrorCallback(crserror); in HAL_RCCEx_CRS_IRQHandler()