Searched refs:SPI_NOR_CMD_RDID (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | spi_nor.h | 34 #define SPI_NOR_CMD_RDID 0x9F /* Read JEDEC ID */ macro
|
/Zephyr-latest/drivers/flash/ |
D | spi_nor.h | 44 #define SPI_NOR_CMD_RDID 0x9F /* Read JEDEC ID */ macro
|
D | jesd216.h | 16 #define JESD216_CMD_READ_ID SPI_NOR_CMD_RDID
|
D | flash_npcx_fiu_nor.c | 196 return flash_npcx_uma_read(dev, SPI_NOR_CMD_RDID, id, SPI_NOR_MAX_ID_LEN); in flash_npcx_nor_read_jedec_id()
|
D | spi_nor.c | 552 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_RDID); in exit_dpd() 1095 int ret = spi_nor_cmd_read(dev, SPI_NOR_CMD_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_jedec_id()
|
D | flash_mspi_atxp032.c | 261 ret = flash_mspi_atxp032_command_read(flash, SPI_NOR_CMD_RDID, 0, 0, 0, buffer, 11); in flash_mspi_atxp032_get_vendor_id()
|
D | nrf_qspi_nor.c | 718 .op_code = SPI_NOR_CMD_RDID, in qspi_rdid()
|
D | flash_mcux_flexspi_nor.c | 136 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_RDID,
|