/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_rcc_ex.c | 667 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/ |
D | stm32f0xx_hal_rcc_ex.c | 744 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/ |
D | stm32l0xx_hal_rcc_ex.c | 1006 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/ |
D | stm32u0xx_hal_rcc_ex.c | 1607 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/ |
D | stm32wbxx_hal_rcc_ex.c | 1687 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/ |
D | stm32g0xx_hal_rcc_ex.c | 1457 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/ |
D | stm32g4xx_hal_rcc_ex.c | 1648 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/ |
D | stm32l5xx_hal_rcc_ex.c | 2201 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/ |
D | stm32h7rsxx_hal_rcc_ex.c | 2977 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/ |
D | stm32h7xx_hal_rcc_ex.c | 3477 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/ |
D | stm32l4xx_hal_rcc_ex.c | 2687 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/ |
D | stm32c0xx_hal_rcc_ex.h | 239 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 3860 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/ |
D | stm32u0xx_hal_rcc_ex.h | 389 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc_ex.h | 676 #define RCC_CRS_NONE 0x00000000U /*!< CRS status none … macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 5825 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/ |
D | stm32g0xx_hal_rcc_ex.h | 493 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 457 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc_ex.h | 620 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 966 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc_ex.h | 565 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc_ex.h | 807 #define RCC_CRS_NONE (0x00000000U) macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 748 #define RCC_CRS_NONE 0x00000000U macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 1256 #define RCC_CRS_NONE ((uint32_t)0x00000000U) macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc_ex.h | 449 #define RCC_CRS_NONE (0x00000000U) macro
|