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

Main Nvm Component. More...

#include <ptxNvm.h>

Collaboration diagram for ptxNvm:
Collaboration graph

Data Fields

char * prefix
 
uint32_t SwId
 
char Path [PTX_NVM_MAX_PATH_LEN]
 
uint8_t IsPathProvided
 
pptxNvm_Read_t ReadFn
 
pptxNvm_Write_t WriteFn
 
pptxNvm_CreateRecord_t CreateRecordFn
 
pptxNvm_IsRecordCreated_t IsRecordCreatedFn
 

Detailed Description

Main Nvm Component.

Field Documentation

◆ CreateRecordFn

pptxNvm_CreateRecord_t CreateRecordFn

Main NVM Create Record function pointer

◆ IsPathProvided

uint8_t IsPathProvided

Main NVM is path provided attribute

◆ IsRecordCreatedFn

pptxNvm_IsRecordCreated_t IsRecordCreatedFn

Main NVM Is Record Created function pointer

◆ Path

Main NVM Path attribute

◆ prefix

char* prefix

Main NVM prefix attribute

◆ ReadFn

Main NVM Read function pointer

◆ SwId

uint32_t SwId

Main NVM SwId attribute

◆ WriteFn

pptxNvm_Write_t WriteFn

Main NVM Write function pointer


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