2018-02-03 22:12:13 +01:00
.. include :: ../../../../components/wear_levelling/README.rst
2017-04-10 22:06:35 +08:00
See also
--------
2018-03-09 17:55:41 +08:00
- :doc: `FAT Filesystem <./fatfs>`
2017-03-27 00:01:52 +02:00
- :doc: `Partition Table documentation <../../api-guides/partition-tables>`
2017-04-10 22:06:35 +08:00
Application Example
-------------------
2017-05-02 10:36:01 +02: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 22:06:35 +08:00
High level API Reference
2017-03-27 00:01:52 +02:00
------------------------
2017-04-10 22:06:35 +08:00
Header Files
^^^^^^^^^^^^
2017-05-02 10:36:01 +02:00
* :component_file:`fatfs/src/esp_vfs_fat.h`
2017-04-10 22:06:35 +08: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-27 00:01:52 +02:00
-----------------------
2017-04-10 22:06:35 +08:00
2017-05-02 10:36:01 +02:00
.. include :: /_build/inc/wear_levelling.inc
2017-04-10 22:06:35 +08:00