Home
last modified time | relevance | path

Searched refs:addr_reg (Results 1 – 16 of 16) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1900 uint32_t addr_reg = 0xFFFFFFFFU; in HAL_FLASHEx_GetEccInfo() local
1907 addr_reg = (correction_reg & FLASH_ECCR_ADDR_ECC); in HAL_FLASHEx_GetEccInfo()
1913 addr_reg = (detection_reg & FLASH_ECCR_ADDR_ECC); in HAL_FLASHEx_GetEccInfo()
1921 if (addr_reg != 0xFFFFFFFFU) in HAL_FLASHEx_GetEccInfo()
1932 addr_reg = addr_reg << 4U; in HAL_FLASHEx_GetEccInfo()
1933 pData->Address = FLASH_BASE + addr_reg; in HAL_FLASHEx_GetEccInfo()
1941 addr_reg = addr_reg << 4U; in HAL_FLASHEx_GetEccInfo()
1942 pData->Address = FLASH_BASE + FLASH_BANK_SIZE + addr_reg; in HAL_FLASHEx_GetEccInfo()
1948 pData->Address = FLASH_SYSTEM_BASE + FLASH_SYSTEM_SIZE + addr_reg; in HAL_FLASHEx_GetEccInfo()
1952 pData->Address = FLASH_SYSTEM_BASE + addr_reg; in HAL_FLASHEx_GetEccInfo()
[all …]
Dstm32h5xx_hal_xspi.c1215 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive() local
1240 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1246 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1352 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_IT() local
1386 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1392 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1608 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_DMA() local
1761 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1767 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1809 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_AutoPolling() local
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c1178 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive() local
1203 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1209 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1318 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_IT() local
1352 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1358 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1515 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_DMA() local
1605 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1611 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1653 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_AutoPolling() local
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c1222 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive() local
1247 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1253 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1363 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_IT() local
1397 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1403 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1541 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_DMA() local
1611 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1617 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1659 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_AutoPolling() local
[all …]
Dstm32h7xx_hal_qspi.c1060 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive() local
1084 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive()
1204 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT() local
1230 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_IT()
1381 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA() local
1441 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c1190 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive() local
1215 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1221 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1331 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_IT() local
1365 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1371 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1528 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_DMA() local
1618 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1624 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1667 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_AutoPolling() local
[all …]
Dstm32l4xx_hal_qspi.c1072 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive() local
1096 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive()
1220 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT() local
1246 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_IT()
1432 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA() local
1524 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c1193 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive() local
1218 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1224 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive()
1334 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_IT() local
1368 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1374 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_IT()
1588 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_Receive_DMA() local
1738 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1744 WRITE_REG(hospi->Instance->AR, addr_reg); in HAL_OSPI_Receive_DMA()
1786 uint32_t addr_reg = hospi->Instance->AR; in HAL_OSPI_AutoPolling() local
[all …]
Dstm32u5xx_hal_xspi.c1362 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive() local
1387 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1393 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1499 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_IT() local
1533 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1539 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1755 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_DMA() local
1908 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1914 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1956 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_AutoPolling() local
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c1242 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive() local
1267 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1273 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1379 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_IT() local
1413 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1419 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1635 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_DMA() local
1788 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1794 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1836 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_AutoPolling() local
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c1235 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive() local
1260 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1266 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive()
1372 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_IT() local
1406 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1412 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_IT()
1628 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_Receive_DMA() local
1781 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1787 WRITE_REG(hxspi->Instance->AR, addr_reg); in HAL_XSPI_Receive_DMA()
1829 uint32_t addr_reg = hxspi->Instance->AR; in HAL_XSPI_AutoPolling() local
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_qspi.c1058 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive() local
1082 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive()
1204 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT() local
1230 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_IT()
1439 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA() local
1553 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()
1590 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_qspi.c1043 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive() local
1067 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive()
1187 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT() local
1213 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_IT()
1399 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA() local
1491 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_qspi.c1064 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive() local
1088 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive()
1212 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT() local
1238 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_IT()
1424 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA() local
1516 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_qspi.c1079 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive() local
1103 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive()
1223 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT() local
1249 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_IT()
1398 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA() local
1461 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_qspi.c1052 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive() local
1076 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive()
1196 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT() local
1222 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_IT()
1408 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA() local
1500 WRITE_REG(hqspi->Instance->AR, addr_reg); in HAL_QSPI_Receive_DMA()