Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h562 const EventBits_t uxBitsToWaitFor,
Dtx_freertos.c2114 const EventBits_t uxBitsToWaitFor, in xEventGroupWaitBits() argument
2146 ret = tx_event_flags_get(&xEventGroup->event, uxBitsToWaitFor, get_option, &bits, timeout); in xEventGroupWaitBits()