Embedded Wireless Framework
Macros
Platform configuration (FreeRTOS)

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

Macros

#define EWF_PLATFORM_TICKS_PER_SECOND   (configTICK_RATE_HZ)
 
#define EWF_PLATFORM_THREAD_PRIORITY_HIGH   (configMAX_PRIORITIES - 1)
 
#define EWF_PLATFORM_THREAD_PRIORITY_MEDIUM   (configMAX_PRIORITIES / 2)
 
#define EWF_PLATFORM_THREAD_PRIORITY_LOW   (1)
 

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   (configMAX_PRIORITIES - 1)

Define the thread priorities

◆ EWF_PLATFORM_TICKS_PER_SECOND

#define EWF_PLATFORM_TICKS_PER_SECOND   (configTICK_RATE_HZ)

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