Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc_ex.c193 PeriphClkInit->SmpsDivSelection = __HAL_RCC_GET_SMPS_DIV(); in HAL_RCCEx_GetPeriphCLKConfig()
239 switch (__HAL_RCC_GET_SMPS_DIV()) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc_ex.h307 #define __HAL_RCC_GET_SMPS_DIV() LL_RCC_GetSMPSPrescaler() macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h1246 #define __HAL_RCC_GET_SMPS_DIV() LL_RCC_GetSMPSPrescaler() macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c522 PeriphClkInit->SmpsDivSelection = __HAL_RCC_GET_SMPS_DIV(); in HAL_RCCEx_GetPeriphCLKConfig()