Embedded Wireless Framework
|
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) |
The definitions used to configure the Azure SD-NET platform.
#define EWF_PLATFORM_THREAD_PRIORITY_HIGH (configMAX_PRIORITIES - 1) |
Define the thread priorities
#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.