Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
Data Structures | Typedefs

The structure that tracks available memory space for buffer items, tracks the item list and provides first available item on request. More...

Collaboration diagram for Buffer Pool Data Structure:

Data Structures

struct  ptxBufferPool_Item
 Buffer Pool Item structure. More...
 
struct  ptxBufferPool
 Buffer Pool structure. More...
 

Typedefs

typedef struct ptxBufferPool_Item ptxBufferPool_Item_t
 Buffer Pool Item structure.
 
typedef struct ptxBufferPool ptxBufferPool_t
 Buffer Pool structure.
 

Detailed Description

The structure that tracks available memory space for buffer items, tracks the item list and provides first available item on request.

Typedef Documentation

◆ ptxBufferPool_Item_t

Buffer Pool Item structure.

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

◆ ptxBufferPool_t

Buffer Pool structure.

Container for the list of ptxBufferPool_Item_t items and buffer pool memory handler structure.