Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h33 #define SPI_NOR_CMD_CE 0xC7 /* Chip erase */ macro
/Zephyr-latest/drivers/flash/
Dspi_nor.h43 #define SPI_NOR_CMD_CE 0xC7 /* Chip erase */ macro
Dflash_npcx_fiu_nor.c284 flash_npcx_uma_cmd_only(dev, SPI_NOR_CMD_CE); in flash_npcx_nor_erase()
Dflash_mspi_atxp032.c308 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_CE, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_erase_chip()
Dflash_nxp_s32_qspi_nor.c207 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_CE),
Dflash_mcux_flexspi_nor.c131 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_CE,
Dflash_stm32_qspi.c702 cmd_erase.Instruction = SPI_NOR_CMD_CE; in flash_stm32_qspi_erase()
Dspi_nor.c972 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_CE); in spi_nor_erase()