Searched refs:xHigherPriorityTaskWoken (Results 1 – 1 of 1) sorted by relevance
44 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in usbd_adb_notify_shell_read() local45 xEventGroupSetBitsFromISR(event_hdl, 0x10, &xHigherPriorityTaskWoken); in usbd_adb_notify_shell_read()46 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in usbd_adb_notify_shell_read()51 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in usbd_adb_notify_write_done() local52 xEventGroupSetBitsFromISR(event_hdl, 0x20, &xHigherPriorityTaskWoken); in usbd_adb_notify_write_done()53 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in usbd_adb_notify_write_done()
Completed in 3 milliseconds