|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "freertos_thread.hpp"#include "freertos_os_helpers.hpp"#include <FreeRTOS.h>#include <cassert>#include <task.h>
Functions | |
| static UBaseType_t | freertos_priority (embvm::thread::priority p) noexcept |
Variables | |
| static volatile thread_exit_t | exit_func_ = nullptr |
|
inlinestaticnoexcept |
References aboveNormal, embvm::thread::aboveNormal, assert, belowNormal, embvm::thread::belowNormal, high, embvm::thread::high, embvm::thread::idle, interrupt, embvm::thread::interrupt, low, embvm::thread::low, lowest, embvm::thread::lowest, normal, embvm::thread::normal, p, panic, embvm::thread::panic, realtime, embvm::thread::realtime, veryHigh, and embvm::thread::veryHigh.
Referenced by os::freertos::Thread::Thread().
|
static |
Referenced by os::freertos::register_threadexit_func(), and os::freertos::Thread::terminate().
1.8.15