esp_vfs_select_ops_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
start_select is called for setting up synchronous I/O multiplexing of the desired file descriptors in the given VFS.
socket select function for socket FDs with the functionality of POSIX select(); this should be set only for the socket VFS.
called by VFS to interrupt the socket_select call when select is activated from a non-socket VFS driver; set only for the socket driver.
stop_socket_select which can be called from ISR; set only for the socket driver.
end_select is called to stop the I/O multiplexing and deinitialize the environment created by start_select for the given VFS.
get_socket_select_semaphore returns semaphore allocated in the socket driver; set only for the socket driver.

References

from examples