Home
last modified time | relevance | path

Searched refs:__HAL_RCC_LSI1_DISABLE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c680 __HAL_RCC_LSI1_DISABLE(); in HAL_RCC_OscConfig()
746 __HAL_RCC_LSI1_DISABLE(); in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h1806 #define __HAL_RCC_LSI1_DISABLE() CLEAR_BIT(RCC->BDCR1, RCC_BDCR1_LSI1ON) macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc.h2850 #define __HAL_RCC_LSI1_DISABLE() LL_RCC_LSI1_Disable() macro