Home
last modified time | relevance | path

Searched refs:pICACHE_RegionStruct (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_icache.c91 … LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct) in LL_ICACHE_ConfigRegion() argument
98 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()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_icache.c91 … LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct) in LL_ICACHE_ConfigRegion() argument
98 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()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_icache.c91 … LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct) in LL_ICACHE_ConfigRegion() argument
98 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()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_icache.c94 … LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct) in LL_ICACHE_ConfigRegion() argument
101 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()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_icache.h762 …LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_icache.h757 …LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_icache.h757 …LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_icache.h757 …LL_ICACHE_ConfigRegion(uint32_t Region, const LL_ICACHE_RegionTypeDef *const pICACHE_RegionStruct);