Searched full:rdsr (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/dts/bindings/mtd/ |
D | jedec,jesd216.yaml | 54 RDSR and WRSR. For other fields see the specification.
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_at2x.c | 362 uint8_t rdsr[2] = { EEPROM_AT25_RDSR, 0 }; in eeprom_at25_rdsr() local 366 .buf = rdsr, in eeprom_at25_rdsr() 367 .len = sizeof(rdsr), in eeprom_at25_rdsr()
|
/Zephyr-latest/drivers/flash/ |
D | nrf_qspi_nor.c | 459 /* RDSR. Negative value is error. */ 484 /* Wait until RDSR confirms write is not in progress. */ 519 LOG_ERR("RDSR for WRSR failed: %d", rc); in qspi_wrsr() 534 LOG_ERR("RDSR for WRSR failed: %d", rc); in qspi_wrsr() 668 LOG_ERR("RDSR failed: %d", rc); in configure_chip() 675 LOG_DBG("RDSR %02x QE %d need %d: %s", sr, qe_state, qe_value, in configure_chip()
|
D | spi_nor.c | 1505 /* Only clear if RDSR worked and something's set. */ in spi_nor_configure()
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 632 /* RDSR wrapper. Negative value is error. */ 649 /* Wait until RDSR confirms write is not in progress. */ 758 LOG_ERR("RDSR failed: %d", ret); in qspi_nrfx_configure() 768 LOG_DBG("RDSR %02x QE %d need %d: %s", sr, qe_state, qe_value, in qspi_nrfx_configure()
|