<< Previous | Next >> | |
|
FSLXnum fs_get_other_lx( void );
Description
- Returns the logical extent number of the non-preferred flash device. If it exists, this is usually the program flash. See the description under
fs_get_flash_lx()
for details about setting up the program flash for use by the filesystem.
- The sample program
Samples\FILESYSTEM\FS2INFO.C
demonstrates use of this function.
- This function may be called before calling
fs_init()
.Return value
0
: There is no other flash filesystem available.
!0
: Logical extent number of the non-preferred flash.Library
- FS2.LIB
See also
- fs_get_ram_lx (FS2), fs_get_flash_lx (FS2)
Dynamic C Functions | << Previous | Next >> | rabbit.com |