2018-02-03 21:12:13 +00:00
.. include :: ../../../../components/wear_levelling/README.rst
2017-04-10 14:06:35 +00:00
See also
--------
2018-03-09 09:55:41 +00:00
- :doc: `FAT Filesystem <./fatfs>`
2017-03-26 22:01:52 +00:00
- :doc: `Partition Table documentation <../../api-guides/partition-tables>`
2017-04-10 14:06:35 +00:00
Application Example
-------------------
2017-05-02 08:36:01 +00:00
An example which combines wear levelling driver with FATFS library is provided in `` examples/storage/wear_levelling `` directory. This example initializes the wear levelling driver, mounts FATFS partition, and writes and reads data from it using POSIX and C library APIs. See README.md file in the example directory for more information.
2017-04-10 14:06:35 +00:00
High level API Reference
2017-03-26 22:01:52 +00:00
------------------------
2017-04-10 14:06:35 +00:00
Header Files
^^^^^^^^^^^^
2017-05-02 08:36:01 +00:00
* :component_file:`fatfs/src/esp_vfs_fat.h`
2017-04-10 14:06:35 +00:00
Functions
^^^^^^^^^
.. doxygenfunction :: esp_vfs_fat_spiflash_mount
.. doxygenstruct :: esp_vfs_fat_mount_config_t
:members:
.. doxygenfunction :: esp_vfs_fat_spiflash_unmount
Mid level API Reference
2017-03-26 22:01:52 +00:00
-----------------------
2017-04-10 14:06:35 +00:00
2017-05-02 08:36:01 +00:00
.. include :: /_build/inc/wear_levelling.inc
2017-04-10 14:06:35 +00:00