Home
last modified time | relevance | path

Searched refs:LL_RCC_LSE_IsBypassEnabled (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc.c489 while (LL_RCC_LSE_IsBypassEnabled() == 0U) in HAL_RCC_OscConfig()
503 while (LL_RCC_LSE_IsBypassEnabled() != 0U) in HAL_RCC_OscConfig()
824 if (LL_RCC_LSE_IsBypassEnabled()) in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rcc.h924 __STATIC_INLINE uint32_t LL_RCC_LSE_IsBypassEnabled(void) in LL_RCC_LSE_IsBypassEnabled() function