Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c209 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in bootloader_read_status_8b_xmc25qu64a()
218 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in bootloader_write_status_8b_xmc25qu64a()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_priv.h50 #define CMD_OTPEN 0x3A /* Enable OTP mode, not all SPI flash uses this command */ macro