Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
freertos_thread.cpp File Reference
#include "freertos_thread.hpp"
#include "freertos_os_helpers.hpp"
#include <FreeRTOS.h>
#include <cassert>
#include <task.h>
Include dependency graph for freertos_thread.cpp:

Functions

static UBaseType_t freertos_priority (embvm::thread::priority p) noexcept
 

Variables

static volatile thread_exit_t exit_func_ = nullptr
 

Function Documentation

◆ freertos_priority()

static UBaseType_t freertos_priority ( embvm::thread::priority  p)
inlinestaticnoexcept

Variable Documentation

◆ exit_func_

volatile thread_exit_t exit_func_ = nullptr
static