<< Previous | Next >> | |
|
int nf_isBusyStatus( nf_device * dev );
Description
- Returns 1 if the specified NAND flash device is busy erasing or writing to a page. Uses the software status check method, which can not (must not) be used to determine the device's busy status at the start of a read page command.
Parameters
- dev
- Pointer to an initialized
nf_device
structure for the particular NAND flash chip
Return value
- 1: Busy
0
: Ready (not currently erasing or writing a page)
Library
- NFLASH.LIB (This function was introduced in Dynamic C 9.01)
See Also
- nf_isBusyRBHW
Dynamic C Functions | << Previous | Next >> | rabbit.com |