Searched refs:CMD_RDID (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/spi_flash/esp32s3/ |
D | opi_flash_cmd_format_mxic.h | 17 .cmd = MXIC_CMD16(CMD_RDID), \ 104 .cmd = MXIC_CMD16(CMD_RDID), \
|
/hal_espressif-latest/components/spi_flash/include/spi_flash/ |
D | spi_flash_defs.h | 12 #define CMD_RDID 0x9F macro
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/ |
D | bootloader_flash_priv.h | 40 #define CMD_RDID 0x9F macro
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | rom_functions.h | 209 #define CMD_RDID 0x9F macro 223 .cmd = CMD_RDID, \
|
/hal_espressif-latest/components/spi_flash/ |
D | memspi_host_driver.c | 91 .command = CMD_RDID, in memspi_host_read_id_hs()
|
D | spi_flash_chip_mxic_opi.c | 103 .command = CMD_OPI_FLASH_MXIC(CMD_RDID), in spi_flash_chip_mxic_opi_read_id()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | stub_flasher.c | 133 CMD_RDID, 8, in flash_larger_than_16mb()
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 634 uint32_t id = bootloader_execute_flash_command(CMD_RDID, 0, 0, 24); in bootloader_read_flash_id()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 626 uint32_t id = bootloader_execute_flash_command(CMD_RDID, 0, 0, 24); in bootloader_read_flash_id()
|