Searched refs:extFlashSpiRead (Results 1 – 1 of 1) sorted by relevance
86 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