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.c96 flags = osEventFlagsWait(evt_id, FLAG1, in test_event_flags_no_wait_timeout()
116 flags = osEventFlagsWait(evt_id, FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in test_event_flags_no_wait_timeout()
137 flags = osEventFlagsWait(evt_id, FLAG, osFlagsWaitAll, TIMEOUT_TICKS); in test_event_flags_signalled()
145 flags = osEventFlagsWait(evt_id, FLAG1, osFlagsWaitAny, TIMEOUT_TICKS); in test_event_flags_signalled()
163 zassert_equal(osEventFlagsWait(evt_id, 0x80010000, osFlagsWaitAny, 0), in test_event_flags_signalled()
204 flags = osEventFlagsWait(dummy_id, ISR_FLAG, in test_event_flags_isr()
209 flags = osEventFlagsWait(evt_id, ISR_FLAG, in test_event_flags_isr()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Devent_flags.c105 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, 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