ESP-IDF
esp_rom_spiflash_write_enable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_rom_spiflash_write_enable()
esp_rom_spiflash_write_enable() function
Set WREN bit.
Syntax
Show:
Summary
Declaration
from
esp_rom_spiflash.h:354
esp_rom_spiflash_result_t
esp_rom_spiflash_write_enable
(
esp_rom_spiflash_chip_t
*
spi
)
;
Arguments
Argument
spi
Return value
always ESP_ROM_SPIFLASH_RESULT_OK
Related Functions
Found 14 other functions taking a
esp_rom_spiflash_chip_t
argument:
Function
Description
esp_rom_spiflash_wait_idle()
Wait until SPI flash write operation is complete Reads the Write In Progress bit of the SPI flash status register, repeats until this bit is zero (indicating write complete).
esp_rom_spiflash_enable_write()
esp_rom_spiflash_read_status()
SPI Read Flash status register. We use CMD 0x05 (RDSR). Please do not call this function in SDK.
esp_rom_spiflash_read_statushigh()
SPI Read Flash status register bits 8-15. We use CMD 0x35 (RDSR2). Please do not call this function in SDK.
esp_rom_spiflash_write_status()
Write status to Flash status register. Please do not call this function in SDK.
esp_rom_spiflash_program_page_internal()
is_gd_q_chip()
is_mxic_chip()
is_issi_chip()
esp_rom_spiflash_read_data()
esp_rom_spiflash_erase_chip_internal()
is_issi_chip()
esp_rom_spiflash_erase_sector_internal()
esp_rom_spiflash_erase_block_internal()
Examples
References
from
examples
Code
Location
esp_rom_spiflash_result_t
esp_rom_spiflash_write_enable
(
esp_rom_spiflash_chip_t
*
spi
)
;
esp_rom_spiflash.h:354
esp_rom_spiflash_result_t
esp_rom_spiflash_write_enable
(
esp_rom_spiflash_chip_t
*
spi
)
;
spi_flash.h:449
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out