1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Device ready function</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="MTD NAND Driver Programming Interface"><link rel="up" href="basicboarddriver.html" title="Chapter 4. Basic board driver"><link rel="prev" href="Hardware_control_functions.html" title="Hardware control function"><link rel="next" href="Init_function.html" title="Init function"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Device ready function</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Hardware_control_functions.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Basic board driver</th><td width="20%" align="right"> <a accesskey="n" href="Init_function.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="Device_ready_function"></a>Device ready function</h2></div></div></div><p> 2 If the hardware interface has the ready busy pin of the NAND chip connected to a 3 GPIO or other accessible I/O pin, this function is used to read back the state of the 4 pin. The function has no arguments and should return 0, if the device is busy (R/B pin 5 is low) and 1, if the device is ready (R/B pin is high). 6 If the hardware interface does not give access to the ready busy pin, then 7 the function must not be defined and the function pointer this->dev_ready is set to NULL. 8 </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Hardware_control_functions.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="basicboarddriver.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Init_function.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Hardware control function </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Init function</td></tr></table></div></body></html> 9