Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h561 const EventBits_t uxBitsToWaitFor,
Dtx_freertos.c2124 const EventBits_t uxBitsToWaitFor, in xEventGroupWaitBits() argument
2156 ret = tx_event_flags_get(&xEventGroup->event, uxBitsToWaitFor, get_option, &bits, timeout); in xEventGroupWaitBits()