<?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="SYS" Version="STM32Cube_FW_L5_V0.5.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 Name="TimSource" Comment="TIM is the Timing delay source">
        <ConfigFile Name="timebase_TIM_c"/>                    
    </RefConfig>
    <RefConfig Name="RTCWKPSource" Comment="TIM is the Timing delay source">
        <ConfigFile Name="timebase_RTCWKP_c"/>                    
    </RefConfig>
    <RefConfig Name="RTCALARMSource" Comment="TIM is the Timing delay source">
        <ConfigFile Name="timebase_RTCALARM_c"/>                    
    </RefConfig>
    <RefConfigFile Name="timebase_TIM_c" Description="Header file for #define" Template="stm32xx_hal_timebase_TIM_c.ftl">      
        <File Name="stm32l5xx_hal_timebase_tim.c" Category="source" Version="" Condition="all"/>
        <!-- Parameters for Function and Buffer Configurations -->
        <Argument Name="instance" ParamName="instance" GenericType="simple" Comment=""/>     
        
    </RefConfigFile>
    <RefConfigFile Name="timebase_RTCWKP_c" Description="Header file for #define" Template="stm32fxx_hal_timebase_RTC_WKUP_c.ftl">      
        <File Name="stm32l5xx_hal_timebase_RTC_WKUP.c" Category="source" Version="" Condition="all"/>
        <!-- Parameters for Function and Buffer Configurations -->
        <Argument Name="instance" ParamName="instance" GenericType="simple" Comment=""/>     
        
    </RefConfigFile>
    <RefConfigFile Name="timebase_RTCALARM_c" Description="Header file for #define" Template="stm32fxx_hal_timebase_RTC_ALARM_c.ftl">      
        <File Name="stm32l5xx_hal_timebase_RTC_ALARM.c" Category="source" Version="" Condition="all"/>
        <!-- Parameters for Function and Buffer Configurations -->
        <Argument Name="instance" ParamName="instance" GenericType="simple" Comment=""/>         
    </RefConfigFile>
    
    <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="" 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/STM32L5xx_HAL_Driver/Inc/stm32l5xx_hal_tim.h"/>
        <File Category="source" Name="Drivers/STM32L5xx_HAL_Driver/Src/stm32l5xx_hal_tim.c"/>
        <File Category="header" Name="Drivers/STM32L5xx_HAL_Driver/Inc/stm32l5xx_hal_tim_ex.h"/>
        <File Category="source" Name="Drivers/STM32L5xx_HAL_Driver/Src/stm32l5xx_hal_tim_ex.c"/>
    </RefComponent>
</IP>
