|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <rtos/thread.hpp>

Classes | |
| class | os::freertos::Thread |
| Create a FreeRTOS thread. More... | |
Namespaces | |
| os | |
| FreeRTOS Condition Variable Implementation. | |
| os::freertos | |
Typedefs | |
| using | os::freertos::thread_exit_t = void(*)(void *) |
Functions | |
| void | os::freertos::register_threadexit_func (thread_exit_t atexit) noexcept |
Variables | |
| static constexpr size_t | os::freertos::FREERTOS_STACK_MIN = (1 * 1024) |
1.8.15