Embedded Wireless Framework
|
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) |
The definitions used to configure the Azure SD-NET platform.
#define EWF_PLATFORM_THREAD_PRIORITY_HIGH (1) |
Define the high priority thread value
#define EWF_PLATFORM_THREAD_PRIORITY_LOW (15) |
Define the low priority thread value
#define EWF_PLATFORM_THREAD_PRIORITY_MEDIUM (7) |
Define the medium priority thread value
#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.