Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/lairdconnectivity/common/core/cmsis_drivers/
DDriver_QSPI.c155 uint32_t data_index = 0; in ARM_QSPI_Flash_ReadData() local
173 memcpy(&buffer[data_index], &baTmpRAMBuffer[off_by], needed); in ARM_QSPI_Flash_ReadData()
174 data_index += needed; in ARM_QSPI_Flash_ReadData()
201 memcpy(&buffer[data_index], baTmpRAMBuffer, save_size); in ARM_QSPI_Flash_ReadData()
202 data_index += save_size; in ARM_QSPI_Flash_ReadData()