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_RES4 0x40 |
| Reserved. | |
| #define | OS_STAT_RES5 0x80 |
| Reserved. | |
The current state of running tasks.