Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h16 #define SR_WREN (1<<1) /* Status register write enable bit */ macro
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c336 *out_write_protect = ((status & SR_WREN) == 0); in spi_flash_chip_generic_get_write_protect()
401 … if ((status & SR_WREN) != 0) { // The previous command is not accepted, leaving the WEL still set. in spi_flash_chip_generic_wait_idle()
Dspi_flash_chip_mxic_opi.c164 *out_write_protected = ((status & SR_WREN) == 0); in spi_flash_chip_mxic_opi_get_write_protect()