Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h35 #define SPI_NOR_CMD_ULBPR 0x98 /* Global Block Protection Unlock */ macro
/Zephyr-latest/drivers/flash/
Dspi_nor.h45 #define SPI_NOR_CMD_ULBPR 0x98 /* Global Block Protection Unlock */ macro
Dflash_stm32_qspi.c359 .Instruction = SPI_NOR_CMD_ULBPR, in qspi_write_unprotect()
Dspi_nor.c1048 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_ULBPR); in spi_nor_write_protection_set()