Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dspi_nor.h52 #define SPI_NOR_CMD_RESET_MEM 0x99 /* Reset Memory */ macro
Dflash_nxp_s32_qspi_nor.c182 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_RESET_MEM),
Dflash_stm32_qspi.c1307 cmd.Instruction = SPI_NOR_CMD_RESET_MEM; in flash_stm32_qspi_send_reset()
Dspi_nor.c839 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_RESET_MEM); in flash_spi_nor_ex_op()
Dflash_stm32_xspi.c787 s_command.Instruction = SPI_NOR_CMD_RESET_MEM; in stm32_xspi_mem_reset()
Dflash_stm32_ospi.c933 s_command.Instruction = SPI_NOR_CMD_RESET_MEM; in stm32_ospi_mem_reset()