<?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="RCC" Version="STM32Cube_FW_G4_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="Configure LSE Drive Capability" Name="RCC_LSEDRIVE_CONFIG">
        <IFCondition Expression="LSEOscillator &amp; (LSEUsed=1) &amp; CodegenConfigPeriph=true">
            <CallLibMethod Name="HAL_PWR_EnableBkUpAccess" ReturnHAL="false">
            </CallLibMethod>
        </IFCondition>
        <IFCondition Expression="1=1">
        <CallLibMethod Name="__HAL_RCC_LSEDRIVE_CONFIG" ReturnHAL="false">
                    <MethodArg Name="__RCC_LSEDRIVE__" ParameterName="LSE_Drive_Capability"/>
        </CallLibMethod>
        </IFCondition>
    </RefConfig>
	<RefConfig Comment="Configure the Systick" Name="RCC_SYSTICK_CONFIG">
    
        <!--CallLibMethod Name="HAL_SYSTICK_CLKSourceConfig" ReturnHAL="false">
            <MethodArg Name="CLKSource" ParameterName="Cortex_Div"/>
        </CallLibMethod-->
    </RefConfig>   <RefConfig Comment="Enable the SYSCFG APB clock" Name="SYSCFG_CLK_ENABLE">
        <CallLibMethod Name="__HAL_RCC_SYSCFG_CLK_ENABLE" ReturnHAL="false"/>
    </RefConfig>
     <RefConfig Comment="Enables the Clock Security System" Name="RCC_CSS_EnableLSE">
        <CallLibMethod Name="HAL_RCC_EnableLSECSS" ReturnHAL="false"/>
    </RefConfig>
    
    <RefConfig Comment="Configure the main internal regulator output voltage" Name="RCC_ConfigVoltageScaling">
        <CallLibMethod Name="HAL_PWREx_ControlVoltageScaling" ReturnHAL="false">
            <MethodArg Name="VoltageScaling" ParameterName="PWR_Regulator_Voltage_Scale"/>
        </CallLibMethod>
    </RefConfig>
    
    <RefConfig Comment="Initializes the RCC Oscillators according to the specified parameters#n#t*  in the RCC_OscInitTypeDef structure." Name="RCC_OSCConfig">
        <CallLibMethod Name="HAL_RCC_OscConfig">
            <MethodArg Name="HSEState"            ParameterName="HSEStateARG"/>
            <MethodArg Name="LSEState"            ParameterName="LSEStateARG"/>
            <MethodArg Name="HSIState"            ParameterName="HSIStateARG"/>
            <MethodArg Name="HSIDiv"              ParameterName="HSISYSCLKDividerARG"/>
            <MethodArg Name="HSICalibrationValue" ParameterName="HSICalibrationValueARG"/>            
            <MethodArg Name="LSIState"            ParameterName="LSIStateARG"/>
            <MethodArg Name="HSI48State"          ParameterName="HSI48StateARG"/>
            <MethodArg Name="PLLState"            ParameterName="PLLStateARG"/>
            <MethodArg Name="PLLSource"           ParameterName="PLLSourceARG"/>
            <MethodArg Name="PLLM"                ParameterName="PLLMARG"/>
            <MethodArg Name="PLLN"                ParameterName="PLLNARG"/>
            <MethodArg Name="PLLP"                ParameterName="PLLPARG"/>
            <MethodArg Name="PLLQ"                ParameterName="PLLQARG"/>
            <MethodArg Name="PLLR"                ParameterName="PLLRARG"/>
           
        </CallLibMethod>
    </RefConfig>
    
    <RefConfig Comment="Configures CRS" Name="RCC_CRSConfig">
        <CallLibMethod Name="HAL_RCCEx_CRSConfig" ReturnHAL="false">
            <MethodArg Name="Prescaler" ParameterName="Prescaler"/>
            <MethodArg Name="Source" ParameterName="Source"/>
            <MethodArg Name="Polarity" ParameterName="Polarity"/>
            <MethodArg Name="ReloadValue" ParameterName="ReloadValueARG"/>
            <MethodArg Name="ErrorLimitValue" ParameterName="ErrorLimitValue"/>
            <MethodArg Name="HSI48CalibrationValue" ParameterName="HSI48CalibrationValue"/>
        </CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Enable the SYSCFG APB clock" Name="CRS_CLK_ENABLE">
        <CallLibMethod Name="__HAL_RCC_CRS_CLK_ENABLE" ReturnHAL="false"/>
    </RefConfig>
    
    <RefConfig Comment="Initializes the RCC Oscillators according to the specified parameters#n#t*  in the RCC_OscInitTypeDef structure." Name="RCC_OSCConfigExamples">
        <CallLibMethod Name="HAL_RCC_OscConfig">
            <MethodArg Name="OscillatorType"      ParameterName="OscillatorTypeSYS"/>
            <MethodArg Name="HSEState"            ParameterName="HSEStateSYS"/>
            <MethodArg Name="LSEState"            ParameterName=""/>
            <MethodArg Name="HSIState"            ParameterName="HSIStateSYS"/>
            <MethodArg Name="HSICalibrationValue" ParameterName="HSICalibrationValueSYS"/>
            <MethodArg Name="LSIState"            ParameterName=""/>
            <MethodArg Name="HSI48State"          ParameterName=""/>
            <MethodArg Name="PLLState"            ParameterName="PLLStateSYS"/>
            <MethodArg Name="PLLSource"           ParameterName="PLLSourceSYS"/>
            <MethodArg Name="PLLM"                ParameterName="PLLMSYS"/>
            <MethodArg Name="PLLN"                ParameterName="PLLNSYS"/>
            <MethodArg Name="PLLP"                ParameterName="PLLPSYS"/>
            <MethodArg Name="PLLQ"                ParameterName="PLLQSYS"/>
            <MethodArg Name="PLLR"                ParameterName="PLLRSYS"/>
        </CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Initializes the CPU, AHB and APB buses clocks" Name="RCC_ClockConfigExamples">
        <CallLibMethod Name="HAL_RCC_ClockConfig">
            <MethodArg Name="ClockType" ParameterName="ClockTypeARG"/>
            <MethodArg Name="SYSCLKSource" ParameterName="SYSCLKSourceARG"/>
            <MethodArg Name="AHBCLKDivider" ParameterName="AHBCLKDividerARG"/>
            <MethodArg Name="APB1CLKDivider" ParameterName="APB1CLKDividerARG"/>
            <MethodArg Name="APB2CLKDivider" ParameterName="APB2CLKDividerARG"/>
        </CallLibMethod>
    </RefConfig>

    <RefConfig Comment="Initializes the CPU, AHB and APB buses clocks" Name="RCC_ClockConfig">
        <CallLibMethod Name="HAL_RCC_ClockConfig">
            <MethodArg Name="ClockType" ParameterName="ClockTypeARG"/>
            <MethodArg Name="SYSCLKSource" ParameterName="SYSCLKSourceARG"/>
            <MethodArg Name="AHBCLKDivider" ParameterName="AHBCLKDividerARG"/>
            <MethodArg Name="APB1CLKDivider" ParameterName="APB1CLKDividerARG"/>
            <MethodArg Name="APB2CLKDivider" ParameterName="APB2CLKDividerARG"/>            
        </CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Initializes the peripherals clocks" Name="RCC_PClockConfig">
        <CallLibMethod Name="HAL_RCCEx_PeriphCLKConfig">
            <MethodArg Name="PeriphClockSelection" ParameterName="PeriphClockSelectionARG"/>
            <MethodArg Name="Usart1ClockSelection" ParameterName="Usart1ClockSelectionARG"/>
            <MethodArg Name="Usart2ClockSelection" ParameterName="Usart2ClockSelectionARG"/>
            <MethodArg Name="Usart3ClockSelection" ParameterName="Usart3ClockSelectionARG"/>
            <MethodArg Name="Uart4ClockSelection"  ParameterName="Uart4ClockSelectionARG"/>
            <MethodArg Name="Lpuart1ClockSelection" ParameterName="Lpuart1ClockSelectionARG"/>
            <MethodArg Name="I2c1ClockSelection" ParameterName="I2c1ClockSelectionARG"/>
            <MethodArg Name="I2c2ClockSelection" ParameterName="I2c2ClockSelectionARG"/>
            <MethodArg Name="I2c3ClockSelection" ParameterName="I2c3ClockSelectionARG"/>
            <MethodArg Name="Lptim1ClockSelection" ParameterName="Lptim1ClockSelectionARG"/>
            <MethodArg Name="Sai1ClockSelection" ParameterName="Sai1ClockSelectionARG"/>
            <MethodArg Name="I2sClockSelection" ParameterName="I2sClockSelectionARG"/>
            <MethodArg Name="RngClockSelection" ParameterName="RNGClockSelectionARG"/>
            <MethodArg Name="UsbClockSelection" ParameterName="USBClockSelectionARG"/>
            <MethodArg Name="Adc12ClockSelection" ParameterName="Adc12ClockSelectionARG"/>
            <MethodArg Name="CecClockSelection" ParameterName="CecClockSelectionARG"/>
            <MethodArg Name="FdcanClockSelection" ParameterName="FdcanClockSelectionARG"/>
            <MethodArg Name="RTCClockSelection" ParameterName="RTCClockSelectionARG"/>
        </CallLibMethod>
    </RefConfig>
    <RefConfig Name="RCC_MCOConfig">
        <CallLibMethod Name="HAL_RCC_MCOConfig" ReturnHAL="false">
            <MethodArg Name="RCC_MCOx" ParameterName="RCC_MCO"/>
            <MethodArg Name="RCC_MCOSource" ParameterName="RCC_MCO1Source"/>
            <MethodArg Name="RCC_MCODiv" ParameterName="RCC_MCODiv"/>
        </CallLibMethod>
    </RefConfig>
    <RefConfig Name="RCC_LSCOConfig">
        <CallLibMethod Name="HAL_RCCEx_EnableLSCO" ReturnHAL="false">
            <MethodArg Name="LSCOSource" ParameterName="LSCOSource1ARG"/>
            
        </CallLibMethod>
    </RefConfig>
    <RefConfig Comment="Enables the Clock Security System" Name="RCC_CSS_Enable">
        <CallLibMethod Name="HAL_RCC_EnableCSS" ReturnHAL="false"/>
    </RefConfig>
    <LibMethod Comment="" Name="HAL_RCCEx_PeriphCLKConfig">
        <Argument AddressOf="true" GenericType="struct" Name="PeriphClkInit" TypeName="RCC_PeriphCLKInitTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="PeriphClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Usart1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Usart2ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Usart3ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Uart4ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lpuart1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2c1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2c2ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2c3ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lptim1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Sai1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2sClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="FdcanClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="RngClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="UsbClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Adc12ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="RTCClockSelection" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_GetPeriphCLKConfig">
        <Argument AddressOf="true" GenericType="struct" Name="PeriphClkInit" TypeName="RCC_PeriphCLKInitTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="PeriphClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Usart1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Usart2ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Usart3ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Uart4ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lpuart1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2c1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2c2ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2c3ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Lptim1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Sai1ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="I2sClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="FdcanClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="RngClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="UsbClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Adc12ClockSelection" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="RTCClockSelection" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_GetPeriphCLKFreq">
        <Argument AddressOf="false" GenericType="simple" Name="PeriphClk" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_WakeUpStopCLKConfig">
        <Argument AddressOf="false" GenericType="simple" Name="WakeUpClk" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_EnableLSECSS"/>
    <LibMethod Comment="" Name="HAL_RCCEx_DisableLSECSS"/>
    <LibMethod Comment="" Name="HAL_RCCEx_EnableLSECSS_IT"/>
    <LibMethod Comment="" Name="HAL_RCCEx_LSECSS_IRQHandler"/>
    <LibMethod Comment="" Name="HAL_RCCEx_LSECSS_Callback"/>
    <LibMethod Comment="" Name="HAL_RCCEx_EnableLSCO">
        <Argument AddressOf="false" GenericType="simple" Name="LSCOSource" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_DisableLSCO"/>
    <LibMethod Comment="" Name="HAL_RCCEx_CRSConfig">
        <Argument AddressOf="true" GenericType="struct" Name="pInit" TypeName="RCC_CRSInitTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="Prescaler" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Source" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="Polarity" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ReloadValue" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="ErrorLimitValue" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSI48CalibrationValue" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_CRSSoftwareSynchronizationGenerate"/>
    <LibMethod Comment="" Name="HAL_RCCEx_CRSGetSynchronizationInfo">
        <Argument AddressOf="true" GenericType="struct" Name="pSynchroInfo" TypeName="RCC_CRSSynchroInfoTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="ReloadValue" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSI48CalibrationValue" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="FreqErrorCapture" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="FreqErrorDirection" OptimizationCondition="equal"/>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_CRSWaitSynchronization">
        <Argument AddressOf="false" GenericType="simple" Name="Timeout" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCCEx_CRS_IRQHandler"/>
    <LibMethod Comment="" Name="HAL_RCCEx_CRS_SyncOkCallback"/>
    <LibMethod Comment="" Name="HAL_RCCEx_CRS_SyncWarnCallback"/>
    <LibMethod Comment="" Name="HAL_RCCEx_CRS_ExpectedSyncCallback"/>
    <LibMethod Comment="" Name="HAL_RCCEx_CRS_ErrorCallback">
        <Argument AddressOf="false" GenericType="simple" Name="Error" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCC_DeInit"/>
    <LibMethod Comment="" Name="HAL_RCC_OscConfig">
        <Argument AddressOf="true" GenericType="struct" Name="RCC_OscInitStruct" TypeName="RCC_OscInitTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="OscillatorType" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSEState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="LSEState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSIState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSIDiv" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSICalibrationValue" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="LSIState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSI48State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="struct" Name="PLL" TypeName="RCC_PLLInitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="PLLState" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLSource" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLM" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLN" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLP" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLQ" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLR" OptimizationCondition="equal"/>
            </Argument>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCC_ClockConfig">
        <Argument AddressOf="true" GenericType="struct" Name="RCC_ClkInitStruct" TypeName="RCC_ClkInitTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="ClockType" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="SYSCLKSource" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="AHBCLKDivider" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="APB1CLKDivider" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="APB2CLKDivider" OptimizationCondition="equal"/>
        </Argument>
        <Argument AddressOf="false" GenericType="simple" Name="FLatency" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCC_MCOConfig">
        <Argument AddressOf="false" GenericType="simple" Name="RCC_MCOx" OptimizationCondition="equal"/>
        <Argument AddressOf="false" GenericType="simple" Name="RCC_MCOSource" OptimizationCondition="equal"/>
        <Argument AddressOf="false" GenericType="simple" Name="RCC_MCODiv" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCC_EnableCSS"/>
    <LibMethod Comment="" Name="HAL_RCC_EnableLSECSS"/>
    <LibMethod Comment="" Name="HAL_RCC_DisableLSECSS"/>
    <LibMethod Comment="" Name="HAL_RCC_GetSysClockFreq"/>
    <LibMethod Comment="" Name="HAL_RCC_GetHCLKFreq"/>
    <LibMethod Comment="" Name="HAL_RCC_GetPCLK1Freq"/>
    <LibMethod Comment="" Name="HAL_RCC_GetPCLK2Freq"/>
    <LibMethod Comment="" Name="HAL_RCC_GetOscConfig">
        <Argument AddressOf="true" GenericType="struct" Name="RCC_OscInitStruct" TypeName="RCC_OscInitTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="OscillatorType" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSEState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="LSEState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSIState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSIDiv" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSICalibrationValue" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="LSIState" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="HSI48State" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="struct" Name="PLL" TypeName="RCC_PLLInitTypeDef">
                <Argument AddressOf="false" GenericType="simple" Name="PLLState" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLSource" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLM" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLN" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLP" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLQ" OptimizationCondition="equal"/>
                <Argument AddressOf="false" GenericType="simple" Name="PLLR" OptimizationCondition="equal"/>
            </Argument>
        </Argument>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCC_GetClockConfig">
        <Argument AddressOf="true" GenericType="struct" Name="RCC_ClkInitStruct" TypeName="RCC_ClkInitTypeDef">
            <Argument AddressOf="false" GenericType="simple" Name="ClockType" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="SYSCLKSource" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="AHBCLKDivider" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="APB1CLKDivider" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="APB2CLKDivider" OptimizationCondition="equal"/>
        </Argument>
        <Argument AddressOf="true" GenericType="simple" Name="pFLatency" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_RCC_NMI_IRQHandler"/>
    <LibMethod Comment="" Name="HAL_RCC_CSSCallback"/>
    <LibMethod Comment="" Name="HAL_PWREx_ControlVoltageScaling">
        <Argument AddressOf="false" GenericType="simple" Name="VoltageScaling" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="__HAL_RCC_LSEDRIVE_CONFIG">
	 <Argument AddressOf="false" GenericType="simple" Name="__RCC_LSEDRIVE__" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="" Name="HAL_SYSTICK_CLKSourceConfig">
        <Argument AddressOf="false" GenericType="simple" Name="CLKSource" OptimizationCondition="equal"/>
    </LibMethod>
    <LibMethod Comment="Enable the SYSCFG APB clock" Name="__HAL_RCC_SYSCFG_CLK_ENABLE">
    </LibMethod>
    <LibMethod Comment="Enable the CRS" Name="__HAL_RCC_CRS_CLK_ENABLE">
    </LibMethod>
    <LibMethod Comment="" Name="HAL_PWR_EnableBkUpAccess">
    </LibMethod>
    
    <RefComponent Cclass="HAL" Cgroup="COMMON" Cversion="0.1.0">
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h"/>  
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h"/>		
        <!--<File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c"/>-->		
    </RefComponent>    
    <RefComponent Cclass="HAL" Cgroup="RCC" Cversion="0.1.0">        
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h"/> 
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c"/>    
           
    </RefComponent>
    <RefComponent Cclass="HAL" Cgroup="FLASH" Cversion="0.1.0">
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c"/>
    </RefComponent>
    <RefComponent Cclass="HAL" Cgroup="GPIO" Cversion="0.1.0">
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h"/>        
    </RefComponent>
	<RefComponent Cclass="HAL" Cgroup="EXTI" Cversion="0.1.0">
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c"/>
    </RefComponent>
    <RefComponent Cclass="HAL" Cgroup="DMA" Cversion="0.1.0">       
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c"/>   
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c"/>
    </RefComponent>
    <RefComponent Cclass="HAL" Cgroup="PWR" Cversion="0.1.0">  
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h"/>
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c"/>
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c"/>
    </RefComponent>
    <RefComponent Cclass="HAL" Cgroup="CORTEX" Cversion="0.1.0">
        <File Category="header" Name="Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h"/> 
        <File Category="source" Name="Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c"/>       
    </RefComponent>
</IP>
