Files
esp-idf/docs/en/api-reference/storage/wear-levelling.rst
T

28 lines
836 B
ReStructuredText
Raw Normal View History

2018-07-05 09:01:03 +10:00
.. include:: ../../../../components/wear_levelling/README.rst
See Also
2018-07-05 09:01:03 +10:00
--------
- :doc:`./fatfs`
- :doc:`../../api-guides/partition-tables`
2018-07-05 09:01:03 +10:00
Application Examples
--------------------
2018-07-05 09:01:03 +10:00
- :example:`storage/wear_levelling` demonstrates how to use the wear levelling library and FatFS library to store files in a partition, as well as write and read data from these files using POSIX and C library APIs.
2018-07-05 09:01:03 +10:00
High-level API Reference
2018-07-05 09:01:03 +10:00
------------------------
Header Files
^^^^^^^^^^^^
* :component_file:`fatfs/vfs/esp_vfs_fat.h`
2018-07-05 09:01:03 +10:00
High-level wear levelling functions :cpp:func:`esp_vfs_fat_spiflash_mount_rw_wl`, :cpp:func:`esp_vfs_fat_spiflash_unmount_rw_wl` and struct :cpp:class:`esp_vfs_fat_mount_config_t` are described in :doc:`./fatfs`.
2018-07-05 09:01:03 +10:00
Mid-level API Reference
2018-07-05 09:01:03 +10:00
-----------------------
.. include-build-file:: inc/wear_levelling.inc