Searched refs:DLR (Results 1 – 3 of 3) sorted by relevance
1022 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit()1023 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit()1110 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive()1111 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive()1196 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT()1197 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Transmit_IT()1257 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT()1258 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1U; in HAL_QSPI_Receive_IT()1310 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Transmit_DMA()1455 uint32_t data_size = (READ_REG(hqspi->Instance->DLR) + 1U); in HAL_QSPI_Receive_DMA()[all …]
1056 WRITE_REG(hospi->Instance->DLR, (cmd->NbData - 1U)); in HAL_OSPI_HyperbusCmd()1101 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit()1177 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive()1265 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Transmit_IT()1317 hospi->XferCount = READ_REG(hospi->Instance->DLR) + 1U; in HAL_OSPI_Receive_IT()1375 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Transmit_DMA()1498 uint32_t data_size = hospi->Instance->DLR + 1U; in HAL_OSPI_Receive_DMA()1642 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling()1721 uint32_t dlr_reg = hospi->Instance->DLR; in HAL_OSPI_AutoPolling_IT()2806 hospi->Instance->DLR = (cmd->NbData - 1U); in OSPI_ConfigCmd()
686 …__IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset… member