Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c715 __HAL_RCC_LSI2_DISABLE(); in HAL_RCC_OscConfig()
731 __HAL_RCC_LSI2_DISABLE(); in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h1833 #define __HAL_RCC_LSI2_DISABLE() CLEAR_BIT(RCC->BDCR1, RCC_BDCR1_LSI2ON) macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc.h2859 #define __HAL_RCC_LSI2_DISABLE() LL_RCC_LSI2_Disable() macro