Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
Data Fields

Buffer Pool Item structure. More...

#include <ptxBufferPool.h>

Collaboration diagram for ptxBufferPool_Item:
Collaboration graph

Data Fields

ptxBufferPool_ItemState_t State
 
uint8_t Number
 
ptxMutex_tMx
 
struct ptxBufferPoolBufferPool
 
size_t StartingIndex
 
size_t Length
 
struct ptxBufferPool_ItemNextBufferItem
 
struct ptxBufferPool_ItemPrevBufferItem
 

Detailed Description

Buffer Pool Item structure.

Defines the implementation of a single buffer item. ptxBufferPool_t object keeps the list of buffer pool items.

Field Documentation

◆ BufferPool

struct ptxBufferPool* BufferPool

Pointer to BufferPool which the Item belongs to.

◆ Length

size_t Length

Length of the buffer.

◆ Mx

Mutex.

◆ NextBufferItem

struct ptxBufferPool_Item* NextBufferItem

Pointer to previous Item in the Linked List.

◆ Number

uint8_t Number

Number of the buffer used for debugging purpose.

◆ PrevBufferItem

struct ptxBufferPool_Item* PrevBufferItem

Pointer to next Item in the Linked List.

◆ StartingIndex

size_t StartingIndex

Index in the memory space.

◆ State

State of the Item.


The documentation for this struct was generated from the following file: