zephyr/lib/cmsis_rtos_v2
Rajavardhan Gundi 0285c69a3a lib/cmsis_rtos_v2: Implement support for timer APIs
These APIs provide the support of virtual timers. All timers
can be started, restarted, or stopped. Timers can be configured
as one-shot or periodic.

Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
..
CMakeLists.txt lib/cmsis_rtos_v2: Implement support for timer APIs 2018-12-20 12:23:22 +01:00
Kconfig lib/cmsis_rtos_v2: Implement support for timer APIs 2018-12-20 12:23:22 +01:00
kernel.c lib/cmsis_rtos_v2: Implement support for generic wait APIs 2018-12-20 12:23:22 +01:00
thread.c
timer.c lib/cmsis_rtos_v2: Implement support for timer APIs 2018-12-20 12:23:22 +01:00
wrapper.h lib/cmsis_rtos_v2: Implement support for timer APIs 2018-12-20 12:23:22 +01:00