Searched refs:PortCapacitor (Results 1 – 2 of 2) sorted by relevance
1073 void HAL_PWREx_ConfigXSPIPortCap(uint32_t PortCapacitor, uint32_t PortCapacitorSetting) in HAL_PWREx_ConfigXSPIPortCap() argument1076 assert_param(IS_PWR_CAPACITOR(PortCapacitor)); in HAL_PWREx_ConfigXSPIPortCap()1079 if (PortCapacitor == PWR_CAPACITOR_PORT1) in HAL_PWREx_ConfigXSPIPortCap()1103 uint32_t HAL_PWREx_GetConfigXSPIPortCap(uint32_t PortCapacitor) in HAL_PWREx_GetConfigXSPIPortCap() argument1108 assert_param(IS_PWR_CAPACITOR(PortCapacitor)); in HAL_PWREx_GetConfigXSPIPortCap()1110 if (PortCapacitor == PWR_CAPACITOR_PORT1) in HAL_PWREx_GetConfigXSPIPortCap()
463 void HAL_PWREx_ConfigXSPIPortCap(uint32_t PortCapacitor, uint32_t PortCapacitorSetting);464 uint32_t HAL_PWREx_GetConfigXSPIPortCap(uint32_t PortCapacitor);