<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<IP xmlns="http://mcd.rou.st.com/modules.php?name=mcu" xmlns:ns0="http://www.w3.org/2001/XMLSchema-instance" DBVersion="V4.0" Name="ADC" Version="STM32Cube_FW_L1_V0.0.1" ns0:schemaLocation="http://mcd.rou.st.com/modules.php?name=mcu ../../../../../../../doc/V4/Development/Specifications/db/IP_Configs.xsd">
    
    <RefConfig Comment="Configure the global features of the ADC (Clock, Resolution, Data Alignment and number of conversion)" Name="ADC_RegularConfig">
		<CallLibMethod Name="HAL_ADC_Init"/>
		<ImplementCallBack Name="HAL_ADC_MspInit"/>
		<ImplementCallBack Name="HAL_ADC_MspDeInit"/>
	</RefConfig>
	<RefConfig Comment="Configure for the selected ADC regular channel its corresponding rank in the sequencer and its sample time." Name="ADC_RegularChannelConfig">
		<CallLibMethod Name="HAL_ADC_ConfigChannel"/>
	</RefConfig>
	<RefConfig Comment="Configures for the selected ADC injected channel its corresponding rank in the sequencer and its sample time" Name="ADC_InjectedChannelConfig">
	    <CallLibMethod Name="HAL_ADCEx_InjectedConfigChannel">
                <MethodArg Name="InjectedNbrOfConversion" ParameterName="InjNumberOfConversion"/>
            </CallLibMethod>
	</RefConfig>
	<RefConfig Comment="Configure the analog watchdog" Name="ADC_AnalogWDGConfig">
		<CallLibMethod Name="HAL_ADC_AnalogWDGConfig">
			<MethodArg Name="Channel" ParameterName="WatchdogChannel"/>
		</CallLibMethod>
	</RefConfig>
	
	<!-- RefConfig for channel 13 Speed -->
	<RefConfig Comment="Configure the channel speed in Fast mode" Name="Channel13SpeedFastConfig">
		<CallLibMethod Name="__HAL_ADC_CHANNEL_SPEED_FAST" ReturnHAL="false">
			<MethodArg Name="Channel" ParameterName="Channel"/>
        </CallLibMethod>
		<CallLibMethod Name="__HAL_RI_SWITCH_COMP1_SW1_CLOSE" ReturnHAL="false"/>
		<CallLibMethod Name="__HAL_RI_IOSWITCH_CLOSE" ReturnHAL="false"/>
	</RefConfig>
	<RefConfig Comment="Configure the channel speed in Low mode" Name="Channel13SpeedLowConfig">
		<CallLibMethod Name="__HAL_ADC_CHANNEL_SPEED_SLOW" ReturnHAL="false">
			<MethodArg Name="Channel" ParameterName="Channel"/>
        </CallLibMethod>
		<CallLibMethod Name="__HAL_RI_SWITCH_COMP1_SW1_CLOSE" ReturnHAL="false"/>
		<CallLibMethod Name="__HAL_RI_IOSWITCH_CLOSE" ReturnHAL="false"/>
	</RefConfig>
	
	<!-- RefConfig for Speed channels -->
	<RefConfig Comment="Configure the channel speed in Fast mode" Name="ChannelSpeedFastConfig">
		<CallLibMethod Name="__HAL_ADC_CHANNEL_SPEED_FAST" ReturnHAL="false">
		 	<MethodArg Name="Channel" ParameterName="Channel"/>
        </CallLibMethod>
	</RefConfig>
	<RefConfig Comment="Configure the channel speed in Low mode" Name="ChannelSpeedLowConfig">
		<CallLibMethod Name="__HAL_ADC_CHANNEL_SPEED_SLOW" ReturnHAL="false">
			<MethodArg Name="Channel" ParameterName="Channel"/>
        </CallLibMethod>
	</RefConfig>
	
	<LibMethod Comment="" Name="__HAL_ADC_CHANNEL_SPEED_FAST">
            <Argument AddressOf="false" GenericType="simple" Name="Channel" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="__HAL_ADC_CHANNEL_SPEED_SLOW">
            <Argument AddressOf="false" GenericType="simple" Name="Channel" OptimizationCondition="equal"/>
    </LibMethod>
    
    <LibMethod Comment="" Name="__HAL_RI_SWITCH_COMP1_SW1_CLOSE"/>
    <LibMethod Comment="" Name="__HAL_RI_IOSWITCH_CLOSE">
    	<Argument AddressOf="false" GenericType="simple" Name="RI_IOSWITCH_VCOMP_Parameter" OptimizationCondition="equal"/>
    </LibMethod>
	
	<LibMethod Comment="" Name="HAL_ADC_Init">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ADC_DeInit">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ADC_MspInit">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ADC_MspDeInit">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>

    <LibMethod Comment="" Name="HAL_ADC_ConfigChannel">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
        <Argument AddressOf="true" GenericType="struct" Name="sConfig" TypeName="ADC_ChannelConfTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="Channel" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Rank" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="SamplingTime" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ADC_AnalogWDGConfig">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
        <Argument AddressOf="true" GenericType="struct" Name="AnalogWDGConfig" TypeName="ADC_AnalogWDGConfTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="WatchdogMode" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Channel" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ITMode" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HighThreshold" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="LowThreshold" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="WatchdogNumber" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="ADC_Enable">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ADCEx_InjectedConfigChannel">
        <Argument AddressOf="true" Context="global" GenericType="struct" Name="hadc" TypeName="ADC_HandleTypeDef">
            <Argument AddressOf="false" GenericType="baseaddress" Name="Instance" TypeName="ADC_TypeDef"/>
            <Argument AddressOf="false" GenericType="struct" Name="Init" TypeName="ADC_InitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="ClockPrescaler" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="Resolution" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ScanConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="EOCSelection" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoWait" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="LowPowerAutoPowerOff" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ChannelsBank" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DiscontinuousConvMode" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="NbrOfDiscConversion" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConvEdge" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" OptimizationCondition="equal"/>
            </Argument>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorCode" OptimizationCondition="equal"/>
        </Argument>
        <Argument AddressOf="true" GenericType="struct" Name="sConfigInjected" TypeName="ADC_InjectionConfTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="InjectedChannel" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="InjectedRank" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="InjectedSamplingTime" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="InjectedOffset" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="InjectedNbrOfConversion" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="InjectedDiscontinuousConvMode" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="AutoInjectedConv" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigInjecConv" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ExternalTrigInjecConvEdge" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <RefComponent Cclass="HAL" Cgroup="ADC" Cversion="0.0.1">
        <File Category="header" Name="Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_adc.h"/>
        <File Category="header" Name="Drivers/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_adc_ex.h"/>
        <File Category="source" Name="Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_adc.c"/>
        <File Category="source" Name="Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_adc_ex.c"/>
    </RefComponent>
</IP>
