Searched refs:event_hdl (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/usb/cherryusb/demo/adb/ |
| A D | cherrysh_port.c | 37 static EventGroupHandle_t event_hdl; variable 45 xEventGroupSetBitsFromISR(event_hdl, 0x10, &xHigherPriorityTaskWoken); in usbd_adb_notify_shell_read() 52 xEventGroupSetBitsFromISR(event_hdl, 0x20, &xHigherPriorityTaskWoken); in usbd_adb_notify_write_done() 88 xEventGroupSetBits(event_hdl, 0x02); in wait_char() 92 xEventGroupSetBits(event_hdl, 0x08); in wait_char() 159 xEventGroupSetBits(event_hdl, 0x10); in task_exec() 295 event_hdl = xEventGroupCreateStatic(&event_grp); in shell_init() 303 xEventGroupSetBits(event_hdl, 0x01); in shell_lock() 304 xEventGroupWaitBits(event_hdl, 0x02, pdTRUE, pdTRUE, portMAX_DELAY); in shell_lock() 309 xEventGroupSetBits(event_hdl, 0x04); in shell_unlock() [all …]
|
Completed in 6 milliseconds