Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/test/hcd/
Dtest_hcd_common.c24 #define EVENT_QUEUE_LEN 5 macro
126 return EVENT_QUEUE_LEN - uxQueueSpacesAvailable(port_evt_queue); in test_hcd_get_num_port_events()
134 return EVENT_QUEUE_LEN - uxQueueSpacesAvailable(pipe_evt_queue); in test_hcd_get_num_pipe_events()
143 QueueHandle_t port_evt_queue = xQueueCreate(EVENT_QUEUE_LEN, sizeof(port_event_msg_t)); in test_hcd_setup()
228 QueueHandle_t pipe_evt_queue = xQueueCreate(EVENT_QUEUE_LEN, sizeof(pipe_event_msg_t)); in test_hcd_pipe_alloc()