Lines Matching full:ready
117 * 1. Module raises data-ready when ready for **command phase** in eswifi_spi_request()
121 * 5. Module lowers data-ready signal in eswifi_spi_request()
122 * 6. Module raises data-ready to signal start of the **data phase** in eswifi_spi_request()
124 * 8. Host fetch data as long as data-ready pin is up in eswifi_spi_request()
125 * 9. Module lowers data-ready to signal the end of the data Phase in eswifi_spi_request()
139 /* CMD/DATA READY signals the Command Phase */ in eswifi_spi_request()
142 LOG_ERR("CMD ready timeout\n"); in eswifi_spi_request()
158 /* CMD/DATA READY signals the Data Phase */ in eswifi_spi_request()
161 LOG_ERR("DATA ready timeout\n"); in eswifi_spi_request()
240 /* SPI DATA READY PIN */ in eswifi_spi_init()
242 LOG_ERR("device %s is not ready", cfg->dr.port->name); in eswifi_spi_init()
249 LOG_ERR("SPI bus is not ready"); in eswifi_spi_init()