Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c1279 assert_param(IS_RCC_LSI2_OPERATINGMODE(pConfig->OpMode)); in HAL_RCCEx_LSI2SetConfig()
1281 WRITE_REG(RCC->BDCR2, (pConfig->FreqTempSens | pConfig->OpMode)); in HAL_RCCEx_LSI2SetConfig()
1301 pConfig->OpMode = (regbdcr2 & RCC_BDCR2_LSI2MODE); in HAL_RCCEx_LSI2GetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h51 uint32_t OpMode; /*!< The operating mode of power consumption versus accuracy. member