Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc_ex.c122 assert_param(IS_RCC_SMPS_CLOCK_PRESC(PeriphClkInit->SmpsDivSelection)); in HAL_RCCEx_PeriphCLKConfig()
123 __HAL_RCC_SMPS_DIV_CONFIG(PeriphClkInit->SmpsDivSelection); in HAL_RCCEx_PeriphCLKConfig()
193 PeriphClkInit->SmpsDivSelection = __HAL_RCC_GET_SMPS_DIV(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c416 assert_param(IS_RCC_SMPSCLKDIV(PeriphClkInit->SmpsDivSelection)); in HAL_RCCEx_PeriphCLKConfig()
420 __HAL_RCC_SMPS_DIV_CONFIG(PeriphClkInit->SmpsDivSelection); in HAL_RCCEx_PeriphCLKConfig()
522 PeriphClkInit->SmpsDivSelection = __HAL_RCC_GET_SMPS_DIV(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc_ex.h155 uint32_t SmpsDivSelection; /*!< Specifies SMPS clock prescaling factor. member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h353 uint32_t SmpsDivSelection; /*!< Specifies SMPS clock division factor. member