| Embedded Wireless Framework
    | 
The Embedded Wireless Framework WIN32 platform. More...
Go to the source code of this file.
| Data Structures | |
| struct | _ewf_platform_thread | 
| The platform thread structure.  More... | |
| struct | _ewf_platform_mutex | 
| The platform mutex structure.  More... | |
| struct | _ewf_platform_queue | 
| The platform queue structure.  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) | 
| #define | EWF_PLATFORM_THREAD_STATIC_DECLARE(thread_ptr, thread_name_symb, thread_function_ptr_param, thread_function_data_param, stack_size_param, thread_priority_param) | 
| #define | EWF_PLATFORM_MUTEX_STATIC_DECLARE(mutex_ptr, mutex_name_symb) | 
| #define | EWF_PLATFORM_QUEUE_STATIC_DECLARE(queue_ptr, queue_name_symb, item_type, item_count) | 
| Declare statically a queue for the platform and initialize its data.  More... | |
The Embedded Wireless Framework WIN32 platform.