<?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="ICACHE" 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  Comment= "Enable instruction cache (default 2-ways set associative cache) " Name="ICACHE_Init">
        <CallLibMethod Name="HAL_ICACHE_Enable"/>
        
    </RefConfig>
    <RefConfig Comment= " Enable instruction cache in 1-way (direct mapped cache)" Name="ICACHE_Config">
        <CallLibMethod Name="HAL_ICACHE_ConfigAssociativityMode" >
            <MethodArg Name="ICACHE_1WAY" ParameterName="ICACHE_1WAY"/>
	</CallLibMethod>
        <CallLibMethod Name="HAL_ICACHE_Enable"/>
    </RefConfig>
    <RefConfig Name="ICACHE_DeInit">
        <CallLibMethod Name="HAL_ICACHE_DeInit"/>
    </RefConfig>
   <LibMethod Comment="" Name="HAL_ICACHE_Enable">
 
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ICACHE_ConfigAssociativityMode">
        <Argument AddressOf="false" GenericType="simple" Name="ICACHE_1WAY" OptimizationCondition="equal"/>
 
    </LibMethod>
    <LibMethod Comment="" Name="HAL_ICACHE_DeInit">
        
            <Argument AddressOf="false" GenericType="simple" Name="Lock" OptimizationCondition="equal"/>
            <Argument AddressOf="false" GenericType="simple" Name="State" OptimizationCondition="equal"/>
            
       
    </LibMethod>
  
    <RefComponent Cclass="HAL" Cgroup="ICACHE" Cversion="0.2.0">
        <File Category="header" Name="Drivers/STM32L5xx_HAL_Driver/Inc/stm32l5xx_hal_icache.h"/>
        <File Category="source" Name="Drivers/STM32L5xx_HAL_Driver/Src/stm32l5xx_hal_icache.c"/>
      
    </RefComponent>
</IP>
