Searched refs:CMD_BURST_RD (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_wrap.c | 71 bootloader_flash_execute_command_common(CMD_BURST_RD, 0, 0, 0, 8, wrap_code, 0); in spi_flash_wrap_enable_c0() 102 bootloader_flash_execute_command_common(CMD_BURST_RD, 0, 0, 0, 8, 0x10, 0); in spi_flash_wrap_clear_c0()
|
/hal_espressif-latest/components/spi_flash/include/spi_flash/ |
D | spi_flash_defs.h | 51 #define CMD_BURST_RD 0xC0 /* wrap(0x77) and burst read are functionally same. But comman… macro
|