Home
last modified time | relevance | path

Searched refs:RCC_CSR_LSIRDY (Results 1 – 25 of 247) sorted by relevance

12345678910

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc.c355 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_DeInit()
360 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_DeInit()
723 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == 0U) in HAL_RCC_OscConfig()
728 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == 0U) in HAL_RCC_OscConfig()
744 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_OscConfig()
749 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_OscConfig()
1641 if ((RCC->CSR & RCC_CSR_LSIRDY) == RCC_CSR_LSIRDY) in HAL_RCC_GetOscConfig()
Dstm32l5xx_hal_rcc_ex.c842 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
1438 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
1473 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
1508 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c474 if ((((RCC->CSR) & RCC_CSR_LSIRDY) != 0U) && (RCC_OscInitStruct->LSIState == RCC_LSI_OFF)) in HAL_RCC_OscConfig()
491 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == 0U) in HAL_RCC_OscConfig()
508 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_OscConfig()
893 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == 0U) in HAL_RCC_ClockConfig()
Dstm32g0xx_hal_rcc_ex.c634 else if ((HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) && (srcclk == RCC_RTCCLKSOURCE_LSI)) in HAL_RCCEx_GetPeriphCLKFreq()
1016 else if ((HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) && (srcclk == RCC_LPTIM1CLKSOURCE_LSI)) in HAL_RCCEx_GetPeriphCLKFreq()
1045 else if ((HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) && (srcclk == RCC_LPTIM2CLKSOURCE_LSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc.c666 if (((csr_temp & RCC_CSR_LSIRDY) == RCC_CSR_LSIRDY) && \ in HAL_RCC_OscConfig()
683 while(READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_OscConfig()
704 while(READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == 0U) in HAL_RCC_OscConfig()
721 while(READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_OscConfig()
Dstm32l4xx_hal_rcc_ex.c1181 if(HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
1874 if(HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
1919 if(HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c503 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
799 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
844 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
888 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1762 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
1978 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
2019 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
2060 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
2168 if (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32h7rsxx_hal_rcc.c662 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == 0U) in HAL_RCC_OscConfig()
679 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rcc.h780 return ((READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == RCC_CSR_LSIRDY) ? 1UL : 0UL); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc.c468 while (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == 0U) in HAL_RCC_OscConfig()
485 while(READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) != 0U) in HAL_RCC_OscConfig()
Dstm32g4xx_hal_rcc_ex.c704 else if ((HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) && (srcclk == RCC_RTCCLKSOURCE_LSI)) in HAL_RCCEx_GetPeriphCLKFreq()
1033 else if((HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) && (srcclk == RCC_LPTIM1CLKSOURCE_LSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc.c601 if (((csr_temp & RCC_CSR_LSIRDY) == RCC_CSR_LSIRDY) && \ in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rcc.h1075 return (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rcc.h992 return (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h1145 return ((READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == RCC_CSR_LSIRDY) ? 1UL : 0UL); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rcc.h988 return (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc_ex.c295 if (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1268 return (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1273 return ((READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)) ? 1UL : 0UL); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h1411 return ((READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)) ? 1UL : 0UL); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h1373 return (READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h1613 return ((READ_BIT(RCC->CSR, RCC_CSR_LSIRDY) == (RCC_CSR_LSIRDY)) ? 1UL : 0UL); in LL_RCC_LSI_IsReady()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c394 else if ((srcclk == RCC_RTCCLKSOURCE_LSI) && (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY))) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c557 …temp_reg & RCC_BDCR_RTCSEL) == RCC_RTCCLKSOURCE_LSI) && (HAL_IS_BIT_SET(RCC->CSR, RCC_CSR_LSIRDY))) in HAL_RCCEx_GetPeriphCLKFreq()

12345678910