NetBurner 3.5.8
PDF Version
Toggle main menu visibility
Macros
NBRTOS Task Status
NBRTOS Real Time Operating System
Macros
#define
OS_STAT_RDY
0x00
Ready to run.
#define
OS_STAT_MBOX
0x01
Pending on mailbox.
#define
OS_STAT_SEM
0x02
Pending on semaphore.
#define
OS_STAT_Q
0x04
Pending on queue.
#define
OS_STAT_FIFO
0x08
Pending on FIFO.
#define
OS_STAT_CRIT
0x10
Pending on Critical Section.
#define
OS_STAT_DELAY
0x20
Reserved.
#define
OS_STAT_JOIN
0x40
Pending on Task Join.
#define
OS_STAT_RES4
0x40
Reserved.
#define
OS_STAT_RES5
0x80
Reserved.
Detailed Description
#include< nbrtos.h>
Values for the current state of a running task
Generated by
1.18.0