Embedded Wireless Framework
Macros

The definitions used to configure the EWF POSIX threads platform. More...

Macros

#define EWF_PLATFORM_TICKS_PER_SECOND   (1000)
 
#define EWF_THREAD_PRIORITY_HIGH   (THREAD_PRIORITY_ABOVE_NORMAL)
 
#define EWF_THREAD_PRIORITY_MEDIUM   (THREAD_PRIORITY_NORMAL)
 
#define EWF_THREAD_PRIORITY_LOW   (THREAD_PRIORITY_IDLE)
 

Detailed Description

The definitions used to configure the EWF POSIX threads platform.

Macro Definition Documentation

◆ EWF_PLATFORM_TICKS_PER_SECOND

#define EWF_PLATFORM_TICKS_PER_SECOND   (1000)

Define the number of ticks per second in the platform; this is used to calculate absolute times.

◆ EWF_THREAD_PRIORITY_HIGH

#define EWF_THREAD_PRIORITY_HIGH   (THREAD_PRIORITY_ABOVE_NORMAL)

Define the thread priorities