Embedded Wireless Framework
Data Structures | Macros | Typedefs | Functions
ewf_allocator_threadx.h File Reference
#include "ewf_allocator.h"
#include "tx_api.h"

Go to the source code of this file.

Data Structures

struct  _ewf_allocator_threadx
 ThreadX allocator implementation type. More...
 

Macros

#define EWF_ALLOCATOR_THREADX_INITIALIZE_HEADER(allocator_ptr)
 
#define EWF_ALLOCATOR_THREADX_STATIC_DECLARE(allocator_ptr, allocator_name_symb, block_count_param, block_size_param)
 Declare a ThreadX allocator. More...
 

Typedefs

typedef struct _ewf_allocator_threadx ewf_allocator_threadx
 ThreadX allocator implementation type.
 

Functions

ewf_result ewf_allocator_threadx_start (ewf_allocator *allocator_ptr)
 
ewf_result ewf_allocator_threadx_stop (ewf_allocator *allocator_ptr)
 
ewf_result ewf_allocator_threadx_allocate (ewf_allocator *allocator_ptr, void **p)
 
ewf_result ewf_allocator_threadx_release (ewf_allocator *allocator_ptr, void *p)
 

Detailed Description

Version
Preview

The Embedded Wireless Framework ThreadX allocator definition