Embedded Wireless Framework
|
The Embedded Wireless Framework Software Platform API. More...
#include "ewf.h"
Go to the source code of this file.
Typedefs | |
typedef struct _ewf_platform_queue | ewf_platform_queue |
The generic queue type. | |
Functions | |
ewf_result | ewf_platform_sleep (uint32_t time) |
Sleeps for a number of time ticks. More... | |
ewf_result | ewf_platform_queue_create (ewf_platform_queue *queue_ptr) |
Create a queue. More... | |
ewf_result | ewf_platform_queue_destroy (ewf_platform_queue *queue_ptr) |
Destroy a queue. More... | |
ewf_result | ewf_platform_queue_enqueue (ewf_platform_queue *queue_ptr, const void *data_ptr, uint32_t data_size, bool wait) |
Enqueue an item. More... | |
ewf_result | ewf_platform_queue_dequeue (ewf_platform_queue *queue_ptr, void *buffer_ptr, uint32_t *buffer_size_ptr, bool wait) |
Dequeue an item. More... | |
The Embedded Wireless Framework Software Platform API.