Searched refs:osEventFlagsWait (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | event_flags.c | 96 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/ |
D | event_flags.c | 105 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, in osEventFlagsWait() function
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os2.h | 558 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_t timeou…
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 2028 * :github:`31103` - CMSIS RTOS v2 API implementation bugs in osEventFlagsWait
|