Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/adb/
A Dcherrysh_port.c44 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in usbd_adb_notify_shell_read() local
45 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() local
52 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