<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<IP xmlns="http://mcd.rou.st.com/modules.php?name=mcu" DBVersion="V4.0"
    Name="PWR" Version="STM32Cube_FW_H7_V0.1.0" xmlns:ns0="http://www.w3.org/2001/XMLSchema-instance"
    ns0:schemaLocation="http://mcd.rou.st.com/modules.php?name=mcu ../../../../../../../doc/V4/Development/Specifications/db/IP_Configs.xsd">

   
       <RefConfig Comment="Enable the VREF clock" Name="VREF_CLK_ENABLE">
        <CallLibMethod Name="__HAL_RCC_VREF_CLK_ENABLE" ReturnHAL="false"/>
    </RefConfig>
    <RefConfig Comment="Enable the Internal Voltage Reference buffer" Name="VREFBUFMODEConfigEnable">
		<CallLibMethod Name="HAL_SYSCFG_EnableVREFBUF"  ReturnHAL="false"/>
	</RefConfig>

	<RefConfig Comment="Disable the Internal Voltage Reference buffer" Name="VREFBUFMODEConfigDisable">
		<CallLibMethod Name="HAL_SYSCFG_DisableVREFBUF" ReturnHAL="false"/>
	</RefConfig>

	<RefConfig Comment="Configure the internal voltage reference buffer high impedance mode" Name="HighImpedanceModeConfig">
		<CallLibMethod Name="HAL_SYSCFG_VREFBUF_HighImpedanceConfig" ReturnHAL="false">
			<MethodArg Name="Mode" ParameterName="HighImpedanceMode"/>
		</CallLibMethod>
	</RefConfig>

	<RefConfig Comment="Configure the internal voltage reference buffer voltage scale" Name="InternalVoltageReferenceScaleConfig">
		<CallLibMethod Name="HAL_SYSCFG_VREFBUF_VoltageScalingConfig" ReturnHAL="false"/>
	</RefConfig>

	<RefConfig Comment="Tune the Internal Voltage Reference buffer" Name="TrimmingValueConfig">
		<CallLibMethod Name="HAL_SYSCFG_VREFBUF_TrimmingConfig" ReturnHAL="false"/>
	</RefConfig>
    
    <RefConfig Comment="PVD Configuration" Name="PVDConfig">
		<CallLibMethod Name="HAL_PWR_ConfigPVD"  ReturnHAL="false">
			<MethodArg Name="sConfigPVD.PVDLevel" ParameterName="PVDLevel"/>
			<MethodArg Name="sConfigPVD.Mode" ParameterName="Mode"/>
		</CallLibMethod>
	</RefConfig>
	<RefConfig Comment="Enable the PVD Output" Name="PVDEnable">
		<CallLibMethod Name="HAL_PWR_EnablePVD" ReturnHAL="false"/>
	</RefConfig>
 <LibMethod Comment="Enable the VREF" Name="__HAL_RCC_VREF_CLK_ENABLE">  
		</LibMethod>
	<LibMethod Comment="" Name="HAL_PWR_ConfigPVD">
		<Argument AddressOf="true" GenericType="struct" Name="sConfigPVD" TypeName="PWR_PVDTypeDef">
			<Argument AddressOf="false" GenericType="simple" Name="PVDLevel"/>
			<Argument AddressOf="false" GenericType="simple" Name="Mode"/>
		</Argument>
	</LibMethod>


	<LibMethod Comment="" Name="HAL_PWR_EnablePVD"/>
	
	<LibMethod Comment="" Name="HAL_SYSCFG_EnableVREFBUF"/>

	<LibMethod Comment="" Name="HAL_SYSCFG_DisableVREFBUF"/>

	<LibMethod Comment="" Name="HAL_SYSCFG_VREFBUF_HighImpedanceConfig">
		<Argument AddressOf="false" GenericType="simple" Name="Mode" OptimizationCondition="equal"/>
	</LibMethod>

	<LibMethod Comment="" Name="HAL_SYSCFG_VREFBUF_VoltageScalingConfig">
		<Argument AddressOf="false" GenericType="simple" Name="VoltageScaling" OptimizationCondition="equal"/>
	</LibMethod>

	<LibMethod Comment="" Name="HAL_SYSCFG_VREFBUF_TrimmingConfig">
		<Argument AddressOf="false" GenericType="simple" Name="TrimmingValue" OptimizationCondition="equal"/>
	</LibMethod>

    <RefComponent Cclass="HAL" Cgroup="TIM" Cversion="">
        <File Category="header" Name="Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h"/>
        <File Category="source" Name="Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c"/>
        <File Category="header" Name="Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h"/>
        <File Category="source" Name="Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c"/>
    </RefComponent>
</IP>
