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

#include <ptxTbInt.h>

Collaboration diagram for ptxTbInt:
Collaboration graph

Data Fields

ptxStatus_Comps_t CompId
 
ptxNscFactory_t F
 
ptxNSC_t NSC
 
ptxHal_t HAL
 
struct ptxOsal * OS
 
ptxLog_t LOG
 
pptxInt_Completion_t Completion
 
pptxInt_CompletionNTF_t Completion_NTF
 
void * SysCtx
 
size_t MtU
 
ptxNvm_t NVM
 
ptxHal_t M_HAL
 
ptxFileHandle_t RTLogFileHandle
 
uint8_t RTLogInit
 
size_t RTLogNumLines
 
uint16_t RTLogFilesIndex
 

Detailed Description

This structure must be allocated initially: statically or using system-specific memory allocation.

Field Documentation

◆ CompId

Component Id

◆ Completion

Completion function pointer into the system

◆ Completion_NTF

pptxInt_CompletionNTF_t Completion_NTF

Completion NTF function pointer

◆ F

Factory

◆ HAL

ptxHal_t HAL

HAL

◆ LOG

ptxLog_t LOG

Logger instance

◆ M_HAL

ptxHal_t M_HAL

HAL Mockup.

◆ MtU

size_t MtU

Maximum number of bytes that can be received by the stack

◆ NSC

ptxNSC_t NSC

NSC

◆ NVM

ptxNvm_t NVM

Non Volatile Mechanism (External subsystem)

◆ OS

struct ptxOsal* OS

OSAL; hand over to ptxTbInt_SetUp

◆ RTLogFileHandle

ptxFileHandle_t RTLogFileHandle

Real-time log file handle.

◆ RTLogFilesIndex

uint16_t RTLogFilesIndex

Index of log files.

◆ RTLogInit

uint8_t RTLogInit

First Real-time log file being initialized. ( 0 = Not initialized / 1 = Initialized)

◆ RTLogNumLines

size_t RTLogNumLines

Number of log lines written to a file

◆ SysCtx

void* SysCtx

System context to be remembered.


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