Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
Data Structures | Macros | Typedefs | Enumerations | Functions
ptxNSC_System.h File Reference
#include "ptx_Status.h"
#include <stddef.h>
Include dependency graph for ptxNSC_System.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ptxNSC_System
 System confiurations. More...
 

Macros

#define PTX_NSC_SYSTEM_CONFIG_NAME_CAPACITY   64
 

Typedefs

typedef struct ptxNSC_System ptxNSC_System_t
 System confiurations.
 
typedef enum ptxNSC_System_LoadParams ptxNSC_System_LoadParams_t
 Choice of System value select.
 

Enumerations

enum  ptxNSC_System_LoadParams { SYSCONFIG_DEFAULT , SYSCONFIG_FROMFILE , SYSCONFIG_ALWAYS , SYSCONFIG_MAXNUM }
 Choice of System value select. More...
 

Functions

ptxStatus_t ptxNSC_System_Init (struct ptxNSC *nscCtx)
 Initialize the System-component.
 
ptxStatus_t ptxNSC_System_DeInit (struct ptxNSC *nscCtx)
 De-Initialize the NVM.
 
ptxStatus_t ptxNSC_System_SetConfig (struct ptxNSC *nscCtx, ptxNSC_System_t *sysParams)
 Function used to directly set System-Config parameters.
 
ptxStatus_t ptxNSC_System_GetConfig (struct ptxNSC *nscCtx, ptxNSC_System_t *sysParams)
 Function used to retrieve the current System-Config parameters.
 
ptxStatus_t ptxNSC_System_ApplyDefaults (struct ptxNSC *nscCtx)
 Function used to apply default System-Config parameters.
 
ptxStatus_t ptxNSC_System_SetConfigFileName (struct ptxNSC *nscCtx, const char *fileName)
 Set System Config File Name.
 
ptxStatus_t ptxNSC_System_LoadParamsNvm (struct ptxNSC *nscCtx, ptxNSC_System_t *sysParams)
 Function used to load System-Config parameters from NVM to given parameter structure.
 

Detailed Description

SPDX-License-Identifier: BSD-3-Clause

Copyright (c) 2026, Renesas Electronics Corporation and/or its affiliates

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Renesas nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY Renesas "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RENESAS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT

OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Project : PTX1K Module : NSC File : ptxNSC_System.h

Description :