/* * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#include"esp_vfs.h"#ifdef__cplusplusextern"C"{#endif/** * @brief get pointer of uart vfs. * * This function is called in vfs_console in order to get the vfs implementation * of uart. * * @return pointer to structure esp_vfs_t *//* ... */constesp_vfs_fs_ops_t*esp_vfs_uart_get_vfs(void);#ifdef__cplusplus}{...}#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.