| zpp
    Zephyr C++20 Framework | 
#include <zephyr/ztest.h>#include <zephyr/kernel.h>#include <zpp/timer.hpp>#include <zpp/thread.hpp>#include <zpp/fmt.hpp>Go to the source code of this file.
| Functions | |
| ZTEST_SUITE (zpp_timer_tests, NULL, NULL, NULL, NULL, NULL) | |
| ZTEST (zpp_timer_tests, test_timer_creation_function) | |
| ZTEST (zpp_timer_tests, test_timer_creation_lambda) | |
| ZTEST | ( | zpp_timer_tests | , | 
| test_timer_creation_function | |||
| ) | 
Definition at line 28 of file main.cpp.
References zpp::make_timer(), and zpp::this_thread::sleep_for().
| ZTEST | ( | zpp_timer_tests | , | 
| test_timer_creation_lambda | |||
| ) | 
Definition at line 39 of file main.cpp.
References zpp::this_thread::get_id(), zpp::make_timer(), zpp::print(), and zpp::this_thread::sleep_for().
| ZTEST_SUITE | ( | zpp_timer_tests | , | 
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | |||
| ) |