|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
Buffer Pool structure. More...
#include <ptxBufferPool.h>

Data Fields | |
| ptxMutex_t | Mx |
| ptxSemaphore_t | Sem |
| uint8_t | LogDetails |
| struct ptxOsal * | OS |
| ptxLog_t * | LOG |
| ptxBufferPool_Item_t * | Items |
| size_t | NumItems |
| uint8_t * | MemSpace |
| size_t | MemSize |
| ptxBufferPool_Item_t * | ListItems |
Buffer Pool structure.
Container for the list of ptxBufferPool_Item_t items and buffer pool memory handler structure.
| ptxBufferPool_Item_t* Items |
Buffer of Items.
| ptxBufferPool_Item_t* ListItems |
Linked List of Items.
| ptxLog_t* LOG |
Log.
| uint8_t LogDetails |
Boolean for enabling logging feature.
| size_t MemSize |
Size of the memory space handled by the Buffer Pool.
| uint8_t* MemSpace |
Memory space handled by the Buffer Pool.
| ptxMutex_t Mx |
Mutex.
| size_t NumItems |
Maximum number of Items supported by the system.
| struct ptxOsal* OS |
Osal.
| ptxSemaphore_t Sem |
Semaphore.