Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c1292 uint32_t regbdcr2; in HAL_RCCEx_LSI2GetConfig() local
1298 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()