<?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="STM32Cube_FW_F1_V0.1.0" Version="V0.1.0" ns0:schemaLocation="http://mcd.rou.st.com/modules.php?name=mcu ../../../../../../../doc/V4/Development/Specifications/db/IP_Configs.xsd">
    <RefConfig Comment="Configure the ADC multi-mode" Name="multiMode">
        <IFCondition Expression="$Index=1">
        <CallLibMethod Name="HAL_ADCEx_MultiModeConfigChannel"/>
        </IFCondition>
    </RefConfig>
    <RefConfig Comment="Common config" Name="ADC_RegularConfig">
        <CallLibMethod Name="HAL_ADC_Init"/>
        <ImplementCallBack Name="HAL_ADC_MspInit"/>
        <ImplementCallBack Name="HAL_ADC_MspDeInit"/>
    </RefConfig>
    <RefConfig Comment="Configure Regular Channel" Name="ADC_RegularChannelConfig">
        <CallLibMethod Name="HAL_ADC_ConfigChannel"/>
    </RefConfig>
    <RefConfig Comment="Configure Injected Channel" Name="ADC_InjectedChannelConfig">
        <CallLibMethod Name="HAL_ADCEx_InjectedConfigChannel">
            <MethodArg Name="InjectedNbrOfConversion" ParameterName="InjNumberOfConversion"/>
            <MethodArg Name="InjectedChannel" ParameterName="Channel"/>
            <MethodArg Name="InjectedRank" ParameterName="Rank"/>
            <MethodArg Name="InjectedSamplingTime" ParameterName="SamplingTime"/>
        </CallLibMethod>
    </RefConfig>
    <!-- Trigger Remap config-->
    <RefConfig Comment="Enable or disable the remapping of ADC1_ETRGREG:#n#t* ADC1 External Event regular conversion is connected to TIM8 TRG0 " Name="TriggerRemapADC1">
        <CallLibMethod Name="__HAL_AFIO_REMAP_ADC1_ETRGREG_ENABLE" ReturnHAL="false"/>
    </RefConfig>
    <RefConfig Comment="Enable the remapping of ADC1_ETRGREG:#n#t* ADC2 External Event regular conversion is connected to TIM8 TRG0." Name="TriggerRemapADC2">
        <CallLibMethod Name="__HAL_AFIO_REMAP_ADC2_ETRGREG_ENABLE" ReturnHAL="false"/>
    </RefConfig>
    <RefConfig Comment="Enable the remapping of ADC1_ETRGINJ:#n#t* ADC1 External Event injected conversion is connected to TIM8 Channel4." Name="InjectedTriggerRemapADC1">
        <CallLibMethod Name="__HAL_AFIO_REMAP_ADC1_ETRGINJ_ENABLE" ReturnHAL="false"/>
    </RefConfig>
    <RefConfig Comment="Enable or disable the remapping of ADC2_ETRGINJ:#n#t* ADC2 External Event injected conversion is connected to TIM8 Channel4. " Name="InjectedTriggerRemapADC2">
        <CallLibMethod Name="__HAL_AFIO_REMAP_ADC2_ETRGINJ_ENABLE" ReturnHAL="false"/>
    </RefConfig>
    <LibMethod Comment="" Name="__HAL_AFIO_REMAP_ADC1_ETRGREG_ENABLE"/>
    <LibMethod Comment="" Name="__HAL_AFIO_REMAP_ADC2_ETRGREG_ENABLE"/>
    <LibMethod Comment="" Name="__HAL_AFIO_REMAP_ADC1_ETRGINJ_ENABLE"/>
    <LibMethod Comment="" Name="__HAL_AFIO_REMAP_ADC2_ETRGINJ_ENABLE"/>
    <!--  -->
    <RefConfig Comment="Configure Analog WatchDog 1" Name="ADC_AnalogWDGConfig">
        <CallLibMethod Name="HAL_ADC_AnalogWDGConfig">
            <MethodArg Name="Channel" ParameterName="WatchdogChannel"/>
            <MethodArg Name="WatchdogNumber" ParameterName="AWD1WatchdogNumber"/>
            <MethodArg Name="HighThreshold" ParameterName="AWD1HighThreshold"/>
            <MethodArg Name="LowThreshold" ParameterName="AWD1LowThreshold"/>
            <MethodArg Name="ITMode" ParameterName="AWD1ITMode"/>
        </CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Configure Analog WatchDog 2" Name="ADC_AnalogWDGConfigForAWD2">
    	<CallLibMethod Name="HAL_ADC_AnalogWDGConfig">
			<MethodArg Name="Channel" ParameterName="UnUsedParameter"/>
			<MethodArg Name="WatchdogNumber" ParameterName="AWD2WatchdogNumber"/>
			<MethodArg Name="HighThreshold" ParameterName="AWD2HighThreshold"/>
			<MethodArg Name="WatchdogMode" ParameterName="UnUsedParameter"/>
			<MethodArg Name="LowThreshold" ParameterName="AWD2LowThreshold"/>
			<MethodArg Name="ITMode" ParameterName="AWD2ITMode"/>
		</CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Configure Analog WatchDog 3" Name="ADC_AnalogWDGConfigForAWD3">
    	 <CallLibMethod Name="HAL_ADC_AnalogWDGConfig">
    	 	<MethodArg Name="Channel" ParameterName="UnUsedParameter"/>
    	 	<MethodArg Name="WatchdogNumber" ParameterName="AWD3WatchdogNumber"/>
			<MethodArg Name="HighThreshold" ParameterName="AWD3HighThreshold"/>
			<MethodArg Name="WatchdogMode" ParameterName="UnUsedParameter"/>
			<MethodArg Name="LowThreshold" ParameterName="AWD3LowThreshold"/>
			<MethodArg Name="ITMode" ParameterName="AWD3ITMode"/>
		</CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Configure the injected channel to be monitored by WatchDog 2 or 3" Name="ADC_InjectedChannelConfigForWD">
    	 <CallLibMethod Name="HAL_ADC_AnalogWDGConfig">
    	 	<MethodArg Name="HighThreshold" ParameterName="UnUsedParameter"/>
			<MethodArg Name="LowThreshold" ParameterName="UnUsedParameter"/>
			<MethodArg Name="WatchdogMode" ParameterName="UnUsedParameter"/>
			<MethodArg Name="ITMode" ParameterName="UnUsedParameter"/>
			<MethodArg Name="WatchdogNumber" ParameterName="InjMonitoredBy"/>
			<MethodArg Name="Channel" ParameterName="InjAWDChannel"/>
		</CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Configure the regular channel to be monitored by WatchDog 2 or 3" Name="ADC_RegularChannelConfigForWD">
    	 <CallLibMethod Name="HAL_ADC_AnalogWDGConfig">
    	 	<MethodArg Name="HighThreshold" ParameterName="UnUsedParameter"/>
			<MethodArg Name="LowThreshold" ParameterName="UnUsedParameter"/>
			<MethodArg Name="WatchdogMode" ParameterName="UnUsedParameter"/>
			<MethodArg Name="ITMode" ParameterName="UnUsedParameter"/>
			<MethodArg Name="WatchdogNumber" ParameterName="MonitoredBy"/>
			<MethodArg Name="Channel" ParameterName="AWDChannel"/>
		</CallLibMethod>
    </RefConfig>
    
    <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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
            <Argument AddressOf="false" GenericType="simple" Name="Init" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
            <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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
            <Argument AddressOf="false" GenericType="simple" Name="Init" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
            <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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
            <Argument AddressOf="false" GenericType="simple" Name="Init" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
            <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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
            <Argument AddressOf="false" GenericType="simple" Name="Init" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
            <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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
            <Argument AddressOf="false" GenericType="simple" Name="Init" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
            <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="SingleDiff" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="SamplingTime" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="OffsetNumber" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="Offset" 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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
            <Argument AddressOf="false" GenericType="simple" Name="Init" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
            <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="InjectedSingleDiff" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="InjectedNbrOfConversion" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="InjectedSamplingTime" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigInjecConvEdge" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigInjecConv" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="AutoInjectedConv" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="InjectedDiscontinuousConvMode" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="QueueInjectedContext" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="InjectedOffset" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="InjectedOffsetNumber" 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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
            <Argument AddressOf="false" GenericType="simple" Name="Init" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionRank" OptimizationCondition="equal"/>
            <Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
            <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="WatchdogNumber" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="WatchdogMode" 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="Channel" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="ITMode" OptimizationCondition="equal"/>
		</Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ADCEx_MultiModeConfigChannel">
		<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="ScanConvMode" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ContinuousConvMode" 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="ExternalTrigConvEdge" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="ExternalTrigConv" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DataAlign" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversion" OptimizationCondition="equal"/>
				<Argument AddressOf="false" GenericType="simple" Name="DMAContinuousRequests" 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="Overrun" OptimizationCondition="equal"/>
			</Argument>
			<Argument AddressOf="false" GenericType="enum" Name="State" TypeName="HAL_ADC_StateTypeDef"/>
			<Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="NbrOfConversionCount" OptimizationCondition="equal"/>
			<Argument AddressOf="true" GenericType="simple" Name="DMA_Handle" OptimizationCondition="equal" TypeName="DMA_HandleTypeDef"/>
		</Argument>
		<Argument AddressOf="true" GenericType="struct" Name="multimode" TypeName="ADC_MultiModeTypeDef">
			<Argument AddressOf="false" GenericType="simple" Name="Mode" OptimizationCondition="equal"/>
			<!-- <Argument AddressOf="false" GenericType="simple" Name="DMAAccessMode" OptimizationCondition="equal"/>
			<Argument AddressOf="false" GenericType="simple" Name="TwoSamplingDelay" OptimizationCondition="equal"/> -->
		</Argument>
	</LibMethod>
    <RefComponent Cclass="HAL" Cgroup="ADC" Cversion="0.1.0">
        <File Category="header" Name="Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h"/>
        <File Category="source" Name="Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c"/>
        <File Category="header" Name="Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h"/>
        <File Category="source" Name="Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c"/>
    </RefComponent>
</IP>
