Searched refs:SPI_NOR_CMD_BE (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | spi_nor.h | 32 #define SPI_NOR_CMD_BE 0xD8 /* Block erase */ macro
|
/Zephyr-latest/drivers/flash/ |
D | spi_nor.h | 41 #define SPI_NOR_CMD_BE 0xD8 /* Block erase */ macro
|
D | flash_npcx_fiu_nor.c | 292 flash_npcx_uma_cmd_by_addr(dev, SPI_NOR_CMD_BE, addr); in flash_npcx_nor_erase()
|
D | flash_mcux_flexspi_nor.c | 126 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()
|
D | flash_mspi_atxp032.c | 297 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_BE, addr, 4, 0, NULL, 0); in flash_mspi_atxp032_erase_block()
|
D | flash_nxp_s32_qspi_nor.c | 201 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_BE),
|
D | spi_nor.c | 204 .cmd = SPI_NOR_CMD_BE,
|