PIOMan

Documentation

Polling constants. Define the polling points.
Collaboration diagram for Polling constants. Define the polling points.:

Macros

#define PIOM_POLL_POINT_TIMER   0x01
 poll on timer More...
 
#define PIOM_POLL_POINT_YIELD   0x02
 poll on explicit yield More...
 
#define PIOM_POLL_POINT_IDLE   0x08
 poll when cpu is idle More...
 
#define PIOM_POLL_POINT_FORCED   0x10
 poll when explicitely asked for by the application More...
 
#define PIOM_POLL_POINT_BUSY   0x20
 poll in a busy wait More...
 
#define PIOM_POLL_POINT_HOOK   0x40
 poll in a hook More...
 
#define PIOM_POLL_POINT_SINGLE   0x80
 poll one local task More...
 

Detailed Description

Macro Definition Documentation

◆ PIOM_POLL_POINT_BUSY

#define PIOM_POLL_POINT_BUSY   0x20

poll in a busy wait

Definition at line 86 of file pioman.h.

◆ PIOM_POLL_POINT_FORCED

#define PIOM_POLL_POINT_FORCED   0x10

poll when explicitely asked for by the application

Definition at line 84 of file pioman.h.

◆ PIOM_POLL_POINT_HOOK

#define PIOM_POLL_POINT_HOOK   0x40

poll in a hook

Definition at line 88 of file pioman.h.

◆ PIOM_POLL_POINT_IDLE

#define PIOM_POLL_POINT_IDLE   0x08

poll when cpu is idle

Definition at line 82 of file pioman.h.

◆ PIOM_POLL_POINT_SINGLE

#define PIOM_POLL_POINT_SINGLE   0x80

poll one local task

Definition at line 90 of file pioman.h.

◆ PIOM_POLL_POINT_TIMER

#define PIOM_POLL_POINT_TIMER   0x01

poll on timer

Definition at line 78 of file pioman.h.

◆ PIOM_POLL_POINT_YIELD

#define PIOM_POLL_POINT_YIELD   0x02

poll on explicit yield

Definition at line 80 of file pioman.h.