/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_qspi.c | 988 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 989 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1074 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1075 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1158 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1159 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1219 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1220 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1272 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA() 1440 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_qspi.c | 975 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 976 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1059 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1060 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1141 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1142 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1202 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1203 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1255 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA() 1400 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_qspi.c | 992 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 993 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1076 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1077 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1158 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1159 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1219 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1220 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1268 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA() 1382 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA() [all …]
|
D | stm32h7xx_hal_ospi.c | 1115 WRITE_REG(hospi->Instance->DLR, (cmd->NbData - 1U)); in HAL_OSPI_HyperbusCmd() 1160 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit() 1237 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive() 1326 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit_IT() 1378 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive_IT() 1436 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Transmit_DMA() 1540 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Receive_DMA() 1662 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling() 1740 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling_IT() 2974 hospi->Instance->DLR = (cmd->NbData - 1U); in OSPI_ConfigCmd()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_qspi.c | 992 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 993 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1080 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1081 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1166 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1167 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1227 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1228 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1280 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA() 1425 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_qspi.c | 1011 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1012 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1095 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1096 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1177 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1178 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1238 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1239 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1287 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA() 1399 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_qspi.c | 1000 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1001 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1088 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1089 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1174 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1175 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1235 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1236 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1288 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA() 1433 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA() [all …]
|
D | stm32l4xx_hal_ospi.c | 1083 WRITE_REG(hospi->Instance->DLR, (cmd->NbData - 1U)); in HAL_OSPI_HyperbusCmd() 1128 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit() 1205 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive() 1294 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit_IT() 1346 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive_IT() 1404 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Transmit_DMA() 1527 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Receive_DMA() 1670 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling() 1749 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling_IT() 2979 hospi->Instance->DLR = (cmd->NbData - 1U); in OSPI_ConfigCmd()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_qspi.c | 984 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 985 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit() 1068 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1069 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive() 1150 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1151 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT() 1211 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1212 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT() 1264 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA() 1409 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_ospi.c | 1072 WRITE_REG(hospi->Instance->DLR, (cmd->NbData - 1U)); in HAL_OSPI_HyperbusCmd() 1117 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit() 1193 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive() 1281 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit_IT() 1333 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive_IT() 1391 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Transmit_DMA() 1514 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Receive_DMA() 1656 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling() 1734 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling_IT() 2689 hospi->Instance->DLR = (cmd->NbData - 1U); in OSPI_ConfigCmd()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_xspi.c | 1108 WRITE_REG(hxspi->Instance->DLR, (pCmd->DataLength - 1U)); in HAL_XSPI_HyperbusCmd() 1156 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit() 1230 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive() 1316 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit_IT() 1367 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive_IT() 1424 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Transmit_DMA() 1607 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Receive_DMA() 1812 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling() 1892 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling_IT() 3076 hxspi->Instance->DLR = (pCmd->DataLength - 1U); in XSPI_ConfigCmd()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 1086 WRITE_REG(hospi->Instance->DLR, (cmd->NbData - 1U)); in HAL_OSPI_HyperbusCmd() 1131 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit() 1208 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive() 1297 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit_IT() 1349 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive_IT() 1407 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Transmit_DMA() 1587 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Receive_DMA() 1789 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling() 1867 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling_IT() 3102 hospi->Instance->DLR = (cmd->NbData - 1U); in OSPI_ConfigCmd()
|
D | stm32u5xx_hal_xspi.c | 1255 WRITE_REG(hxspi->Instance->DLR, (pCmd->DataLength - 1U)); in HAL_XSPI_HyperbusCmd() 1303 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit() 1377 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive() 1463 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit_IT() 1514 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive_IT() 1571 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Transmit_DMA() 1754 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Receive_DMA() 1959 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling() 2039 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling_IT() 3687 hxspi->Instance->DLR = (pCmd->DataLength - 1U); in XSPI_ConfigCmd()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_xspi.c | 1135 WRITE_REG(hxspi->Instance->DLR, (pCmd->DataLength - 1U)); in HAL_XSPI_HyperbusCmd() 1183 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit() 1257 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive() 1343 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit_IT() 1394 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive_IT() 1451 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Transmit_DMA() 1634 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Receive_DMA() 1839 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling() 1919 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling_IT() 3282 hxspi->Instance->DLR = (pCmd->DataLength - 1U); in XSPI_ConfigCmd()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_xspi.c | 1128 WRITE_REG(hxspi->Instance->DLR, (pCmd->DataLength - 1U)); in HAL_XSPI_HyperbusCmd() 1176 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit() 1250 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive() 1336 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Transmit_IT() 1387 hxspi->XferCount = READ_REG(hxspi->Instance->DLR) + 1U; in HAL_XSPI_Receive_IT() 1444 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Transmit_DMA() 1627 uint32_t data_size = hxspi->Instance->DLR + 1U; in HAL_XSPI_Receive_DMA() 1832 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling() 1912 uint32_t dlr_reg = hxspi->Instance->DLR; in HAL_XSPI_AutoPolling_IT() 3229 hxspi->Instance->DLR = (pCmd->DataLength - 1U); in XSPI_ConfigCmd()
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 483 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
D | stm32l412xx.h | 482 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb35xx.h | 428 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
D | stm32wb55xx.h | 432 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
D | stm32wb5mxx.h | 432 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g4a1xx.h | 594 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
D | stm32g491xx.h | 593 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
D | stm32g473xx.h | 641 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
D | stm32g471xx.h | 602 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 683 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset: 0… member
|