Embedded Wireless Framework
Macros

The definitions used to configure the Azure SD-NET platform. More...

Macros

#define EWF_PLATFORM_TICKS_PER_SECOND   (TX_TIMER_TICKS_PER_SECOND)
 
#define EWF_PLATFORM_THREAD_PRIORITY_HIGH   (1)
 
#define EWF_PLATFORM_THREAD_PRIORITY_MEDIUM   (7)
 
#define EWF_PLATFORM_THREAD_PRIORITY_LOW   (15)
 

Detailed Description

The definitions used to configure the Azure SD-NET platform.

Macro Definition Documentation

◆ EWF_PLATFORM_THREAD_PRIORITY_HIGH

#define EWF_PLATFORM_THREAD_PRIORITY_HIGH   (1)

Define the high priority thread value

◆ EWF_PLATFORM_THREAD_PRIORITY_LOW

#define EWF_PLATFORM_THREAD_PRIORITY_LOW   (15)

Define the low priority thread value

◆ EWF_PLATFORM_THREAD_PRIORITY_MEDIUM

#define EWF_PLATFORM_THREAD_PRIORITY_MEDIUM   (7)

Define the medium priority thread value

◆ EWF_PLATFORM_TICKS_PER_SECOND

#define EWF_PLATFORM_TICKS_PER_SECOND   (TX_TIMER_TICKS_PER_SECOND)

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