Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c325 uint32_t msiRange = LL_RCC_MSI_GetRange(); in LL_RCC_GetSMPSClockFreq() local
327 if (msiRange == LL_RCC_MSIRANGE_8) in LL_RCC_GetSMPSClockFreq()
331 else if (msiRange == LL_RCC_MSIRANGE_9) in LL_RCC_GetSMPSClockFreq()
335 else if (msiRange == LL_RCC_MSIRANGE_10) in LL_RCC_GetSMPSClockFreq()
339 else if (msiRange == LL_RCC_MSIRANGE_11) in LL_RCC_GetSMPSClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h1944 uint32_t msiRange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE); in LL_RCC_MSI_GetRange() local
1945 if (msiRange > LL_RCC_MSIRANGE_11) in LL_RCC_MSI_GetRange()
1947 msiRange = LL_RCC_MSIRANGE_11; in LL_RCC_MSI_GetRange()
1949 return msiRange; in LL_RCC_MSI_GetRange()