2016-10-29 23:00:30 +02:00
|
|
|
.. include:: ../../components/vfs/README.rst
|
|
|
|
|
2016-11-05 17:18:25 +01:00
|
|
|
Application Example
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
`Instructions <http://esp-idf.readthedocs.io/en/latest/api/template.html>`_
|
|
|
|
|
2016-10-29 23:00:30 +02:00
|
|
|
API Reference
|
|
|
|
-------------
|
|
|
|
|
2016-11-05 17:18:25 +01:00
|
|
|
Macros
|
|
|
|
^^^^^^
|
2016-10-29 23:00:30 +02:00
|
|
|
|
2016-11-05 17:18:25 +01:00
|
|
|
.. doxygendefine:: ESP_VFS_PATH_MAX
|
2016-10-29 23:00:30 +02:00
|
|
|
.. doxygendefine:: ESP_VFS_FLAG_DEFAULT
|
2016-11-05 17:18:25 +01:00
|
|
|
.. doxygendefine:: ESP_VFS_FLAG_CONTEXT_PTR
|
2016-10-29 23:00:30 +02:00
|
|
|
|
|
|
|
Structures
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
|
|
|
.. doxygenstruct:: esp_vfs_t
|
|
|
|
|
|
|
|
Functions
|
|
|
|
^^^^^^^^^
|
|
|
|
|
|
|
|
.. doxygenfunction:: esp_vfs_register
|
2016-11-05 17:18:25 +01:00
|
|
|
.. doxygenfunction:: esp_vfs_write
|
|
|
|
.. doxygenfunction:: esp_vfs_lseek
|
|
|
|
.. doxygenfunction:: esp_vfs_read
|
|
|
|
.. doxygenfunction:: esp_vfs_open
|
|
|
|
.. doxygenfunction:: esp_vfs_close
|
|
|
|
.. doxygenfunction:: esp_vfs_fstat
|
|
|
|
.. doxygenfunction:: esp_vfs_stat
|
|
|
|
.. doxygenfunction:: esp_vfs_link
|
|
|
|
.. doxygenfunction:: esp_vfs_unlink
|
|
|
|
.. doxygenfunction:: esp_vfs_rename
|
|
|
|
.. doxygenfunction:: esp_vfs_dev_uart_register
|