pub unsafe extern "C" fn esp_vfs_select_triggered(
    sem: esp_vfs_select_sem_t
)
Expand description

@brief Notification from a VFS driver about a read/write/error condition

This function is called when the VFS driver detects a read/write/error condition as it was requested by the previous call to start_select.

@param sem semaphore structure which was passed to the driver by the start_select call