Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/esp32s3/
Dopi_flash_cmd_format_mxic.h83 .cmd = MXIC_CMD16(CMD_PROGRAM_PAGE_4B), \
170 .cmd = MXIC_CMD16(CMD_PROGRAM_PAGE_4B), \
/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h46 #define CMD_PROGRAM_PAGE_4B 0x12 macro
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h217 #define CMD_PROGRAM_PAGE_4B 0x12 macro
289 .cmd = CMD_PROGRAM_PAGE_4B, \
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_winbond.c207 .command = (addr_4b? CMD_PROGRAM_PAGE_4B: CMD_PROGRAM_PAGE), in spi_flash_command_winbond_program_4B()
Dspi_flash_chip_mxic_opi.c266 .command = CMD_OPI_FLASH_MXIC(CMD_PROGRAM_PAGE_4B), in spi_flash_chip_mxic_opi_page_program()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c149 const uint16_t cmd = CMD_PROGRAM_PAGE_4B; in page_program_internal()