Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_rcc.c1534 const uint32_t temp_lsi2on = (RCC->CSR & RCC_CSR_LSI2ON); in HAL_RCC_GetOscConfig() local
1535 if ((temp_lsi1on == RCC_CSR_LSI1ON) || (temp_lsi2on == RCC_CSR_LSI2ON)) in HAL_RCC_GetOscConfig()