Home
last modified time | relevance | path

Searched refs:LL_RCC_LSI1_IsReady (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c642 if (LL_RCC_LSI1_IsReady() == 0U) in HAL_RCC_OscConfig()
651 while (LL_RCC_LSI1_IsReady() == 0U) in HAL_RCC_OscConfig()
686 while (LL_RCC_LSI1_IsReady() != 0U) in HAL_RCC_OscConfig()
705 while (LL_RCC_LSI1_IsReady() == 0U) in HAL_RCC_OscConfig()
752 while (LL_RCC_LSI1_IsReady() != 0U) in HAL_RCC_OscConfig()
Dstm32wbxx_ll_rcc.c540 if ((LL_RCC_LSI1_IsReady() == 1UL) || (temp == 1UL)) in LL_RCC_GetLPTIMClockFreq()
572 if ((LL_RCC_LSI1_IsReady() == 1UL) || (temp == 1UL)) in LL_RCC_GetLPTIMClockFreq()
756 const uint32_t temp_lsi1Status = LL_RCC_LSI1_IsReady(); in LL_RCC_GetRNGClockFreq()
854 if ((LL_RCC_LSI1_IsReady() == 1UL) || (temp == 1UL)) in LL_RCC_GetRTCClockFreq()
Dstm32wbxx_hal_rcc_ex.c578 const uint32_t temp_lsi1ready = LL_RCC_LSI1_IsReady(); in HAL_RCCEx_GetPeriphCLKFreq()
648 const uint32_t temp_lsi1ready = LL_RCC_LSI1_IsReady(); in HAL_RCCEx_GetPeriphCLKFreq()
955 const uint32_t temp_lsi1ready = LL_RCC_LSI1_IsReady(); in HAL_RCCEx_GetPeriphCLKFreq()
1001 const uint32_t temp_lsi1ready = LL_RCC_LSI1_IsReady(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c562 if (LL_RCC_LSI1_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq()
602 if (LL_RCC_LSI1_IsReady() != 0U) in LL_RCC_GetLPTIMClockFreq()
738 if (LL_RCC_LSI1_IsReady() != 0U) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h1249 __STATIC_INLINE uint32_t LL_RCC_LSI1_IsReady(void) in LL_RCC_LSI1_IsReady() function
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h1773 __STATIC_INLINE uint32_t LL_RCC_LSI1_IsReady(void) in LL_RCC_LSI1_IsReady() function