Parent Directory
|
Revision Log
|
Patch
| revision 1.16 by aesok, Wed Sep 7 22:03:39 2005 UTC | revision 1.17 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC | |
|---|---|---|
| # | Line 160 eeprom_write_block (const void *pointer_ | Line 160 eeprom_write_block (const void *pointer_ |
| 160 | \ingroup avr_eeprom | \ingroup avr_eeprom |
| 161 | \returns 1 if EEPROM is ready for a new read/write operation, 0 if not. */ | \returns 1 if EEPROM is ready for a new read/write operation, 0 if not. */ |
| 162 | ||
| 163 | #if defined(DOXYGEN) | #if defined(__DOXYGEN__) |
| 164 | # define eeprom_is_ready() | # define eeprom_is_ready() |
| 165 | #elif defined(EEWE) | #elif defined(EEWE) |
| 166 | # define eeprom_is_ready() bit_is_clear(EECR, EEWE) | # define eeprom_is_ready() bit_is_clear(EECR, EEWE) |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |