Searched refs:pICACHE_RegionStruct (Results 1 – 8 of 8) sorted by relevance
91 … LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct) in LL_ICACHE_ConfigRegion() argument98 assert_param(IS_LL_ICACHE_REGION_SIZE(pICACHE_RegionStruct->Size)); in LL_ICACHE_ConfigRegion()99 assert_param(IS_LL_ICACHE_MASTER_PORT(pICACHE_RegionStruct->TrafficRoute)); in LL_ICACHE_ConfigRegion()100 assert_param(IS_LL_ICACHE_OUTPUT_BURST(pICACHE_RegionStruct->OutputBurstType)); in LL_ICACHE_ConfigRegion()112 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()113 (0xFFU & ~(pICACHE_RegionStruct->Size - 1U)); in LL_ICACHE_ConfigRegion()114 value |= ((pICACHE_RegionStruct->RemapAddress >> 5U) & \ in LL_ICACHE_ConfigRegion()115 ((uint32_t)(0x7FFU & ~(pICACHE_RegionStruct->Size - 1U)) << ICACHE_CRRx_REMAPADDR_Pos)); in LL_ICACHE_ConfigRegion()116 …value |= (pICACHE_RegionStruct->Size << ICACHE_CRRx_RSIZE_Pos) | pICACHE_RegionStruct->TrafficRout… in LL_ICACHE_ConfigRegion()117 pICACHE_RegionStruct->OutputBurstType; in LL_ICACHE_ConfigRegion()
94 … LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct) in LL_ICACHE_ConfigRegion() argument101 assert_param(IS_LL_ICACHE_REGION_SIZE(pICACHE_RegionStruct->Size)); in LL_ICACHE_ConfigRegion()102 assert_param(IS_LL_ICACHE_MASTER_PORT(pICACHE_RegionStruct->TrafficRoute)); in LL_ICACHE_ConfigRegion()103 assert_param(IS_LL_ICACHE_OUTPUT_BURST(pICACHE_RegionStruct->OutputBurstType)); in LL_ICACHE_ConfigRegion()115 value = ((pICACHE_RegionStruct->BaseAddress & 0x1FFFFFFFU) >> 21U) & \ in LL_ICACHE_ConfigRegion()116 (0xFFU & ~(pICACHE_RegionStruct->Size - 1U)); in LL_ICACHE_ConfigRegion()117 value |= ((pICACHE_RegionStruct->RemapAddress >> 5U) & \ in LL_ICACHE_ConfigRegion()118 ((uint32_t)(0x7FFU & ~(pICACHE_RegionStruct->Size - 1U)) << ICACHE_CRRx_REMAPADDR_Pos)); in LL_ICACHE_ConfigRegion()119 …value |= (pICACHE_RegionStruct->Size << ICACHE_CRRx_RSIZE_Pos) | pICACHE_RegionStruct->TrafficRout… in LL_ICACHE_ConfigRegion()120 pICACHE_RegionStruct->OutputBurstType; in LL_ICACHE_ConfigRegion()
762 …LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct);
757 …LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct);