Home
last modified time | relevance | path

Searched refs:RCC_CRS_NONE (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c667 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
739 } while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
750 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c744 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
816 } while(RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
827 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c1006 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
1078 } while(RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
1089 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c1607 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
1679 } while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
1690 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c1687 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
1759 } while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
1770 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c1457 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
1529 } while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
1540 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c1648 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
1720 } while(RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
1731 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c2201 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
2274 } while ((crsstatus == RCC_CRS_NONE) && (status == HAL_OK)); in HAL_RCCEx_CRSWaitSynchronization()
2276 if (crsstatus == RCC_CRS_NONE) in HAL_RCCEx_CRSWaitSynchronization()
2290 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c2977 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
3049 } while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
3060 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c3477 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
3550 while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
3561 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2687 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
2759 } while(RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
2770 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc_ex.h239 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3860 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
3932 } while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
3943 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h389 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h676 #define RCC_CRS_NONE 0x00000000U /*!< CRS status none … macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c5825 uint32_t crsstatus = RCC_CRS_NONE; in HAL_RCCEx_CRSWaitSynchronization()
5897 } while (RCC_CRS_NONE == crsstatus); in HAL_RCCEx_CRSWaitSynchronization()
5908 uint32_t crserror = RCC_CRS_NONE; in HAL_RCCEx_CRS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h493 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h457 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h620 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h966 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h565 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h807 #define RCC_CRS_NONE (0x00000000U) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h748 #define RCC_CRS_NONE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1256 #define RCC_CRS_NONE ((uint32_t)0x00000000U) macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h449 #define RCC_CRS_NONE (0x00000000U) macro

12