Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/nvs/
DNVSSPI25X.c86 static int_fast16_t extFlashSpiRead(uint8_t *buf, size_t len);
724 retval = extFlashSpiRead(buffer, bufferSize); in doRead()
812 ret = extFlashSpiRead(&buf,sizeof(buf)); in extFlashWaitReady()
885 static int_fast16_t extFlashSpiRead(uint8_t *buf, size_t len) in extFlashSpiRead() function