Home
last modified time | relevance | path

Searched refs:task_to_unblock (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/usb/
Dhcd.c709 TaskHandle_t task_to_unblock = port->task_waiting_port_notif; in _internal_port_event_notify_from_isr() local
715 vTaskNotifyGiveFromISR(task_to_unblock, &xTaskWoken); in _internal_port_event_notify_from_isr()
739 TaskHandle_t task_to_unblock = pipe->task_waiting_pipe_notif; in _internal_pipe_event_notify() local
747 vTaskNotifyGiveFromISR(task_to_unblock, &xTaskWoken); in _internal_pipe_event_notify()
751 xTaskNotifyGive(task_to_unblock); in _internal_pipe_event_notify()