esp_vfs_select_triggered_isr() function
Notification from a VFS driver about a read/write/error condition (ISR version) 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.
Arguments
sem
semaphore structure which was passed to the driver by the start_select call
woken
is set to pdTRUE if the function wakes up a task with higher priority