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

Go to the source code of this file.
Functions | |
| ptxStatus_t | ptxNSC_NTFProcess (struct ptxNSC *nscCtx, uint8_t *payload, size_t length, ptxNSC_Event_t *event) |
| NTF Dispatcher. | |
| ptxStatus_t | ptxNSC_DataMsgProcess (struct ptxNSC *nscCtx, uint8_t *payload, size_t length, ptxNSC_Event_t *event) |
| NTF Process NSC_DATA_MSG. | |
| ptxStatus_t | ptxNSC_ProcessRspErrorCode (ptxNsc_ErrorCodes_t NscRspErrorCode) |
| Helper function that process ErrorCode in NSC RESPONSE messages. | |
| ptxStatus_t | ptxNSC_SendCommand (struct ptxNSC *nscCtx, uint8_t *pPayload, ptxNscWriteBufferId_t BufferId, size_t txLen) |
| Function used to send NSC Command to the chip. | |
| ptxStatus_t | ptxNSC_ProcessNscResetRsp (struct ptxNSC *nscCtx, uint8_t *payload, size_t length) |
| Function used for processing NSC_RESET_RSP. | |
| ptxStatus_t | ptxNSC_NscDataMsg_Send (struct ptxNSC *nscCtx, uint8_t *payload, size_t payloadLength, uint8_t chaining) |
| Function used for sending NSC_DATA_CMD. | |
| ptxStatus_t | ptxNSC_NscDataMsg_SendEmptyData (struct ptxNSC *nscCtx, uint8_t chaining) |
| Function used for sending empty Nsc Data command. | |
| void | ptxNSC_WfNtfClear (struct ptxNSC *nscCtx) |
| Clear Ntf State: set the state of the WfNtf to Not Expected. | |
| void | ptxNSC_RfSpecialCasePost (struct ptxNSC *nscCtx, uint8_t *buffIn, size_t buffInLen) |
| This is a call Out function (e.g. used as delegation approach). | |
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:
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
Project : PTX1K Module : NSC File : ptxNSC.h
Description :