Searched refs:regbdcr2 (Results 1 – 1 of 1) sorted by relevance
1292 uint32_t regbdcr2; in HAL_RCCEx_LSI2GetConfig() local1298 regbdcr2 = RCC->BDCR2; in HAL_RCCEx_LSI2GetConfig()1300 pConfig->FreqTempSens = (regbdcr2 & RCC_BDCR2_LSI2CFG); in HAL_RCCEx_LSI2GetConfig()1301 pConfig->OpMode = (regbdcr2 & RCC_BDCR2_LSI2MODE); in HAL_RCCEx_LSI2GetConfig()