|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
Main Nvm Component. More...
#include <ptxNvm.h>

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 |
Main Nvm Component.
| pptxNvm_CreateRecord_t CreateRecordFn |
Main NVM Create Record function pointer
| uint8_t IsPathProvided |
Main NVM is path provided attribute
| pptxNvm_IsRecordCreated_t IsRecordCreatedFn |
Main NVM Is Record Created function pointer
| char Path[PTX_NVM_MAX_PATH_LEN] |
Main NVM Path attribute
| char* prefix |
Main NVM prefix attribute
| pptxNvm_Read_t ReadFn |
Main NVM Read function pointer
| uint32_t SwId |
Main NVM SwId attribute
| pptxNvm_Write_t WriteFn |
Main NVM Write function pointer