Function esp_idf_sys::esp_vfs_select_triggered_isr
source ยท pub unsafe extern "C" fn esp_vfs_select_triggered_isr(
sem: esp_vfs_select_sem_t,
woken: *mut BaseType_t,
)
Expand description
@brief 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.
@param sem semaphore structure which was passed to the driver by the start_select call @param woken is set to pdTRUE if the function wakes up a task with higher priority