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

Buffer Pool. More...

Collaboration diagram for Buffer Pool:

Topics

 Buffer Pool Data Structure
 The structure that tracks available memory space for buffer items, tracks the item list and provides first available item on request.
 
 Buffer Pool Handler Functions
 Functions that manage buffer pool.
 

Data Structures

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

Typedefs

typedef enum ptxBufferPool_ItemState ptxBufferPool_ItemState_t
 

Enumerations

enum  ptxBufferPool_ItemState { ptxBufferPool_ItemState_IDLE , ptxBufferPool_ItemState_ACTIVE , ptxBufferPool_ItemState_IN_USE , ptxBufferPool_ItemState_MAX_COUNT }
 

Detailed Description

Buffer Pool.

Typedef Documentation

◆ ptxBufferPool_ItemState_t

Internal values used to define the state of a single buffer pool item.

Enumeration Type Documentation

◆ ptxBufferPool_ItemState

Internal values used to define the state of a single buffer pool item.