Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bootloader_support/src/
Dflash_qio_mode.c226 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in read_status_8b_xmc25qu64a()
235 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in write_status_8b_xmc25qu64a()
/hal_espressif-3.5.0/components/bootloader_support/include_bootloader/
Dbootloader_flash_priv.h31 #define CMD_OTPEN 0x3A /* Enable OTP mode, not all SPI flash uses this command */ macro