Home
last modified time | relevance | path

Searched full:rdsr (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/mtd/
Djedec,jesd216.yaml54 RDSR and WRSR. For other fields see the specification.
/Zephyr-latest/drivers/eeprom/
Deeprom_at2x.c362 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/
Dnrf_qspi_nor.c459 /* 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()
Dspi_nor.c1505 /* Only clear if RDSR worked and something's set. */ in spi_nor_configure()
/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c632 /* 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()