Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c20 # define SPIFLASH SPI1 macro
25 # define SPIFLASH SPIMEM1 macro
510 uint32_t old_ctrl_reg = SPIFLASH.ctrl.val; in bootloader_flash_execute_command_common()
511 uint32_t old_user_reg = SPIFLASH.user.val; in bootloader_flash_execute_command_common()
512 uint32_t old_user1_reg = SPIFLASH.user1.val; in bootloader_flash_execute_command_common()
514 SPIFLASH.ctrl.val = SPI_WP_REG_M; // keep WP high while idle, otherwise leave DIO mode in bootloader_flash_execute_command_common()
516 SPIFLASH.ctrl.val = SPI_MEM_WP_REG_M; // keep WP high while idle, otherwise leave DIO mode in bootloader_flash_execute_command_common()
519 SPIFLASH.user.usr_command = 1; in bootloader_flash_execute_command_common()
520 SPIFLASH.user2.usr_command_bitlen = 7; in bootloader_flash_execute_command_common()
521 SPIFLASH.user2.usr_command_value = command; in bootloader_flash_execute_command_common()
[all …]