mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
46 lines
1.1 KiB
ReStructuredText
46 lines
1.1 KiB
ReStructuredText
.. include:: ../../components/vfs/README.rst
|
|
|
|
Application Example
|
|
-------------------
|
|
|
|
`Instructions <http://esp-idf.readthedocs.io/en/latest/api/template.html>`_
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
Header Files
|
|
^^^^^^^^^^^^
|
|
|
|
* `vfs/include/esp_vfs.h <https://github.com/espressif/esp-idf/blob/master/components/vfs/include/esp_vfs.h>`_
|
|
* `vfs/include/esp_vfs_dev.h <https://github.com/espressif/esp-idf/blob/master/components/vfs/include/esp_vfs_dev.h>`_
|
|
|
|
Macros
|
|
^^^^^^
|
|
|
|
.. doxygendefine:: ESP_VFS_PATH_MAX
|
|
.. doxygendefine:: ESP_VFS_FLAG_DEFAULT
|
|
.. doxygendefine:: ESP_VFS_FLAG_CONTEXT_PTR
|
|
|
|
Structures
|
|
^^^^^^^^^^
|
|
|
|
.. doxygenstruct:: esp_vfs_t
|
|
:members:
|
|
|
|
Functions
|
|
^^^^^^^^^
|
|
|
|
.. doxygenfunction:: esp_vfs_register
|
|
.. doxygenfunction:: esp_vfs_unregister
|
|
.. 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
|