Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_flags.c38 flags = osThreadFlagsClear(FLAG1); in thread1()
64 zassert_equal(osThreadFlagsClear(0x80010000), osFlagsErrorParameter, in thread2()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread_flags.c56 uint32_t osThreadFlagsClear(uint32_t flags) in osThreadFlagsClear() function
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v2.rst82 ``osThreadFlagsClear``
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h459 uint32_t osThreadFlagsClear(uint32_t flags);