theCore C++ embedded framework
utils.cpp File Reference
#include <ecl/thread/utils.hpp>
#include <common/irq.hpp>
#include <FreeRTOS.h>
#include <task.h>
Include dependency graph for utils.cpp:

Typedefs

typedef struct TCB TCB_t
 

Variables

TCB_t *volatile pxCurrentTCB
 

Typedef Documentation

◆ TCB_t

typedef struct TCB TCB_t

Variable Documentation

◆ pxCurrentTCB

TCB_t* volatile pxCurrentTCB