QP/C 8.1.3
Real-Time Event Framework
Loading...
Searching...
No Matches
QXK_Attr Class Reference

Private attributes of the QXK kernel. More...

#include <qxk.h>

Private Attributes

struct QActivecurr
struct QActivenext
struct QActiveprev
uint8_t actPrio
uint8_t lockCeil
uint8_t lockHolder
uint8_t intNest
QPSet readySet
 Set of active-objects/threads that are ready to run in the QXK kernel.

Detailed Description

Private attributes of the QXK kernel.

Note
The order and alignment of the data members in this struct might be important in QXK ports, where the members might be accessed from assembly.

Definition at line 45 of file qxk.h.

Member Data Documentation

◆ curr

struct QActive* curr
private

Definition at line 48 of file qxk.h.

◆ next

struct QActive* next
private

Definition at line 49 of file qxk.h.

◆ prev

struct QActive* prev
private

Definition at line 50 of file qxk.h.

◆ actPrio

uint8_t actPrio
private

Definition at line 51 of file qxk.h.

◆ lockCeil

uint8_t lockCeil
private

Definition at line 52 of file qxk.h.

◆ lockHolder

uint8_t lockHolder
private

Definition at line 53 of file qxk.h.

◆ intNest

uint8_t intNest
private

Definition at line 54 of file qxk.h.

◆ readySet

QPSet readySet
private

Set of active-objects/threads that are ready to run in the QXK kernel.

Definition at line 55 of file qxk.h.


The documentation for this class was generated from the following files: