Home
last modified time | relevance | path

Searched refs:SPI_NOR_CMD_BE (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h32 #define SPI_NOR_CMD_BE 0xD8 /* Block erase */ macro
/Zephyr-latest/drivers/flash/
Dspi_nor.h41 #define SPI_NOR_CMD_BE 0xD8 /* Block erase */ macro
Dflash_npcx_fiu_nor.c292 flash_npcx_uma_cmd_by_addr(dev, SPI_NOR_CMD_BE, addr); in flash_npcx_nor_erase()
Dflash_mcux_flexspi_nor.c126 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_BE,
797 SPI_NOR_CMD_BE, kFLEXSPI_Command_RADDR_SDR, in flash_flexspi_nor_config_flash()
Dflash_mspi_atxp032.c297 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_BE, addr, 4, 0, NULL, 0); in flash_mspi_atxp032_erase_block()
Dflash_nxp_s32_qspi_nor.c201 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_BE),
Dspi_nor.c204 .cmd = SPI_NOR_CMD_BE,