Searched refs:CMD_RDCR (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/flash/ | ||
D | spi_nor.h | 117 #define CMD_RDCR 0x15 /* Read the configuration register. */ macro |
D | spi_nor.c | 668 int ret = spi_nor_cmd_read(dev, CMD_RDCR, &cr, sizeof(cr)); in mxicy_rdcr() |