Searched refs:SPI_NOR_CMD_CE (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | spi_nor.h | 33 #define SPI_NOR_CMD_CE 0xC7 /* Chip erase */ macro
|
/Zephyr-latest/drivers/flash/ |
D | spi_nor.h | 43 #define SPI_NOR_CMD_CE 0xC7 /* Chip erase */ macro
|
D | flash_npcx_fiu_nor.c | 284 flash_npcx_uma_cmd_only(dev, SPI_NOR_CMD_CE); in flash_npcx_nor_erase()
|
D | flash_mspi_atxp032.c | 308 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_CE, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_erase_chip()
|
D | flash_nxp_s32_qspi_nor.c | 207 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_CE),
|
D | flash_mcux_flexspi_nor.c | 131 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_CE,
|
D | flash_stm32_qspi.c | 702 cmd_erase.Instruction = SPI_NOR_CMD_CE; in flash_stm32_qspi_erase()
|
D | spi_nor.c | 972 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_CE); in spi_nor_erase()
|