Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c22 int rd_length; in SPIRead4B() local
24 rd_length = 16; in SPIRead4B()
26 rd_length = len; in SPIRead4B()
33 buf, 8 * rd_length, in SPIRead4B()
37 len -= rd_length; in SPIRead4B()
38 buf += rd_length; in SPIRead4B()
39 flash_addr += rd_length; in SPIRead4B()