Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c990 HAL_StatusTypeDef HAL_PWREx_SetREGVDDHPAInputSupply(uint32_t SupplySelection) in HAL_PWREx_SetREGVDDHPAInputSupply() argument
993 assert_param(IS_PWR_REGPASEL_SUPPLYSELECTION(SupplySelection)); in HAL_PWREx_SetREGVDDHPAInputSupply()
995 MODIFY_REG(PWR->RADIOSCR, PWR_RADIOSCR_REGPASEL, SupplySelection); in HAL_PWREx_SetREGVDDHPAInputSupply()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h344 HAL_StatusTypeDef HAL_PWREx_SetREGVDDHPAInputSupply(uint32_t SupplySelection);