Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c998 HAL_StatusTypeDef HAL_PWREx_SetREGVDDHPAInputSupply(uint32_t SupplySelection) in HAL_PWREx_SetREGVDDHPAInputSupply() argument
1001 assert_param(IS_PWR_REGPASEL_SUPPLYSELECTION(SupplySelection)); in HAL_PWREx_SetREGVDDHPAInputSupply()
1003 MODIFY_REG(PWR->RADIOSCR, PWR_RADIOSCR_REGPASEL, SupplySelection); in HAL_PWREx_SetREGVDDHPAInputSupply()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h352 HAL_StatusTypeDef HAL_PWREx_SetREGVDDHPAInputSupply(uint32_t SupplySelection);