Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c709 UINT get_option; in cy_rtos_event_waitbits() local
718 get_option = clear ? TX_AND_CLEAR : TX_AND; in cy_rtos_event_waitbits()
722 get_option = clear ? TX_OR_CLEAR : TX_OR; in cy_rtos_event_waitbits()
726 tx_event_flags_get(event, *bits, get_option, (ULONG*)bits, convert_ms_to_ticks(timeout_ms)); in cy_rtos_event_waitbits()