Home
last modified time | relevance | path

Searched refs:op_addr (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cacheaxi.c1374 uint32_t op_addr = (uint32_t)pAddr; in CACHEAXI_CommandByAddr() local
1395 WRITE_REG(hcacheaxi->Instance->CMDRSADDRR, op_addr); in CACHEAXI_CommandByAddr()
1398 WRITE_REG(hcacheaxi->Instance->CMDREADDRR, (op_addr + dSize - 1U)); in CACHEAXI_CommandByAddr()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dcache.c1408 uint32_t op_addr = (uint32_t)pAddr; in DCACHE_CommandByAddr() local
1429 WRITE_REG(hdcache->Instance->CMDRSADDRR, op_addr); in DCACHE_CommandByAddr()
1432 WRITE_REG(hdcache->Instance->CMDREADDRR, (op_addr + dSize - 1U)); in DCACHE_CommandByAddr()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dcache.c1408 uint32_t op_addr = (uint32_t)pAddr; in DCACHE_CommandByAddr() local
1429 WRITE_REG(hdcache->Instance->CMDRSADDRR, op_addr); in DCACHE_CommandByAddr()
1432 WRITE_REG(hdcache->Instance->CMDREADDRR, (op_addr + dSize - 1U)); in DCACHE_CommandByAddr()