ESP-IDF
esp_vfs_tcflow_ctx_op_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
include
esp_private
esp_vfs_common.h
esp_vfs_dev.h
esp_vfs_eventfd.h
esp_vfs_null.h
esp_vfs_ops.h
esp_vfs_id_t
esp_vfs_select_sem_t
esp_vfs_stat_ctx_op_t
esp_vfs_stat_op_t
esp_vfs_link_ctx_op_t
esp_vfs_link_op_t
esp_vfs_unlink_ctx_op_t
esp_vfs_unlink_op_t
esp_vfs_rename_ctx_op_t
esp_vfs_rename_op_t
esp_vfs_readdir_r_ctx_op_t
esp_vfs_readdir_r_op_t
esp_vfs_telldir_ctx_op_t
esp_vfs_telldir_op_t
esp_vfs_seekdir_ctx_op_t
esp_vfs_seekdir_op_t
esp_vfs_closedir_ctx_op_t
esp_vfs_closedir_op_t
esp_vfs_mkdir_ctx_op_t
esp_vfs_mkdir_op_t
esp_vfs_rmdir_ctx_op_t
esp_vfs_rmdir_op_t
esp_vfs_access_ctx_op_t
esp_vfs_access_op_t
esp_vfs_truncate_ctx_op_t
esp_vfs_truncate_op_t
esp_vfs_ftruncate_ctx_op_t
esp_vfs_ftruncate_op_t
esp_vfs_utime_ctx_op_t
esp_vfs_utime_op_t
esp_vfs_dir_ops_t
esp_vfs_tcsetattr_ctx_op_t
esp_vfs_tcsetattr_op_t
esp_vfs_tcgetattr_ctx_op_t
esp_vfs_tcgetattr_op_t
esp_vfs_tcdrain_ctx_op_t
esp_vfs_tcdrain_op_t
esp_vfs_tcflush_ctx_op_t
esp_vfs_tcflush_op_t
esp_vfs_tcflow_ctx_op_t
esp_vfs_tcflow_op_t
esp_vfs_tcgetsid_ctx_op_t
esp_vfs_tcgetsid_op_t
esp_vfs_tcsendbreak_ctx_op_t
esp_vfs_tcsendbreak_op_t
esp_vfs_termios_ops_t
esp_vfs_start_select_op_t
esp_vfs_socket_select_op_t
esp_vfs_stop_socket_select_op_t
esp_vfs_stop_socket_select_isr_op_t
esp_vfs_get_socket_select_semaphore_op_t
esp_vfs_end_select_op_t
esp_vfs_select_ops_t
esp_vfs_write_ctx_op_t
esp_vfs_write_op_t
esp_vfs_lseek_ctx_op_t
esp_vfs_lseek_op_t
esp_vfs_read_ctx_op_t
esp_vfs_read_op_t
esp_vfs_pread_ctx_op_t
esp_vfs_pread_op_t
esp_vfs_pwrite_ctx_op_t
esp_vfs_pwrite_op_t
esp_vfs_open_ctx_op_t
esp_vfs_open_op_t
esp_vfs_close_ctx_op_t
esp_vfs_close_op_t
esp_vfs_fstat_ctx_op_t
esp_vfs_fstat_op_t
esp_vfs_fcntl_ctx_op_t
esp_vfs_fcntl_op_t
esp_vfs_ioctl_ctx_op_t
esp_vfs_ioctl_op_t
esp_vfs_fsync_ctx_op_t
esp_vfs_fsync_op_t
esp_vfs_fs_ops_t
esp_vfs_register_fs()
esp_vfs_register_fs_with_id()
esp_vfs_unregister_fs()
esp_vfs_unregister_fs_with_id()
esp_vfs_semihost.h
esp_vfs_usb_serial_jtag.h
esp_vfs.h
private_include
nullfs.c
openocd_semihosting.h
vfs_eventfd.c
vfs_semihost.c
vfs.c
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_vfs_tcflow_ctx_op_t
esp_vfs_tcflow_ctx_op_t
tcflow with context pointer
Syntax
Show:
Summary
Declaration
from
esp_vfs_ops.h:172
typedef
int
(
*
esp_vfs_tcflow_ctx_op_t
)
(
void
*
ctx
,
int
fd
,
int
action
)
;
Examples
References
from
examples
Code
Location
typedef
int
(
*
esp_vfs_tcflow_ctx_op_t
)
(
void
*
ctx
,
int
fd
,
int
action
)
;
/*!< tcflow with context pointer */
esp_vfs_ops.h:172
const
esp_vfs_tcflow_ctx_op_t
tcflow_p
;
/*!< tcflow with context pointer */
esp_vfs_ops.h:201
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out