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

Data Fields | |
| ptxBufferPool_ItemState_t | State |
| uint8_t | Number |
| ptxMutex_t * | Mx |
| struct ptxBufferPool * | BufferPool |
| size_t | StartingIndex |
| size_t | Length |
| struct ptxBufferPool_Item * | NextBufferItem |
| struct ptxBufferPool_Item * | PrevBufferItem |
Buffer Pool Item structure.
Defines the implementation of a single buffer item. ptxBufferPool_t object keeps the list of buffer pool items.
| struct ptxBufferPool* BufferPool |
Pointer to BufferPool which the Item belongs to.
| size_t Length |
Length of the buffer.
| ptxMutex_t* Mx |
Mutex.
| struct ptxBufferPool_Item* NextBufferItem |
Pointer to previous Item in the Linked List.
| uint8_t Number |
Number of the buffer used for debugging purpose.
| struct ptxBufferPool_Item* PrevBufferItem |
Pointer to next Item in the Linked List.
| size_t StartingIndex |
Index in the memory space.
State of the Item.