Searched refs:osEventFlagsWait (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
| D | event_flags.c | 95 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/ |
| D | event_flags.c | 107 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, 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
|