Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
(ARM).Porting TCP-IP programmer's guide.Ver 1.4.pdf
Скачиваний:
31
Добавлен:
23.08.2013
Размер:
2.79 Mб
Скачать

Miscellaneous Library Functions

11.7nvparms.c

The nvparms.c file contains a large number of routines used to read and parse a configuration file. This configuration file can either reside in nonvolatile Flash memory, or in a file on the native file system. If INCLUDE_FLASHFS has been defined in your ipport.h, calls to the nvfsio.c functions (see nvfsio.c on page 11-19) will be made. If INCLUDE_FLASHFS has not been defined, the standard C library functions, such as fopen(), fgets(), and fclose(), are used.

ARM DUI 0079B

Copyright © 1998 and 1999 ARM Limited. All rights reserved.

11-27