Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc.h72 ((__LSE_BYPASS__) == RCC_LSE_BYPASS_ON))
234 #define RCC_LSE_BYPASS_ON RCC_CR_LSEBYP /*!< LSE clock activation */ macro
1035 if((__STATE__) == RCC_LSE_BYPASS_ON) \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc.c826 RCC_OscInitStruct->LSEBYPASSState = RCC_LSE_BYPASS_ON; in HAL_RCC_GetOscConfig()