Searched refs:temp_lsi2on (Results 1 – 1 of 1) sorted by relevance
1534 const uint32_t temp_lsi2on = (RCC->CSR & RCC_CSR_LSI2ON); in HAL_RCC_GetOscConfig() local1535 if ((temp_lsi1on == RCC_CSR_LSI1ON) || (temp_lsi2on == RCC_CSR_LSI2ON)) in HAL_RCC_GetOscConfig()