Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Devent_flags.c95 flags = osEventFlagsWait(evt_id, FLAG1, osFlagsWaitAny | osFlagsNoClear, 0); in test_event_flags_no_wait_timeout()
113 flags = osEventFlagsWait(evt_id, FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in test_event_flags_no_wait_timeout()
134 flags = osEventFlagsWait(evt_id, FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_event_flags_signalled()
141 flags = osEventFlagsWait(evt_id, FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in test_event_flags_signalled()
156 zassert_equal(osEventFlagsWait(evt_id, 0x80010000, osFlagsWaitAny, 0), in test_event_flags_signalled()
195 flags = osEventFlagsWait(dummy_id, ISR_FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_event_flags_isr()
199 flags = osEventFlagsWait(evt_id, ISR_FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_event_flags_isr()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Devent_flags.c107 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, in osEventFlagsWait() function
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h558 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_t timeou…
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst2028 * :github:`31103` - CMSIS RTOS v2 API implementation bugs in osEventFlagsWait