Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
Data Structures | Typedefs | Functions
ptxNativeTag_T3T.h File Reference
#include <stdint.h>
#include "ptxStatus.h"
#include "ptx_IOT_READER.h"
Include dependency graph for ptxNativeTag_T3T.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ptxNativeTag_T3T_MRTI
 MRTI parameters. More...
 
struct  ptxNativeTag_T3T_Services
 Service Code List parameters. More...
 
struct  ptxNativeTag_T3T_Blocks
 Block List parameters. More...
 
struct  ptxNativeTag_T3T_InitParams
 T3T Native Tag Initialization Parameters. More...
 
struct  ptxNativeTag_T3T
 T3T Native Tag Component. More...
 

Macros

T3T Tag specific definitions
#define PTX_T3T_MIN_TX_BUFFER_SIZE   (uint32_t)256
 
#define PTX_T3T_NFCID2_SIZE   (uint8_t)8
 

Typedefs

typedef struct ptxNativeTag_T3T_MRTI ptxNativeTag_T3T_MRTI_t
 MRTI parameters.
 
typedef struct ptxNativeTag_T3T_Services ptxNativeTag_T3T_Services_t
 Service Code List parameters.
 
typedef struct ptxNativeTag_T3T_Blocks ptxNativeTag_T3T_Blocks_t
 Block List parameters.
 
typedef struct ptxNativeTag_T3T_InitParams ptxNativeTag_T3T_InitParams_t
 T3T Native Tag Initialization Parameters.
 
typedef struct ptxNativeTag_T3T ptxNativeTag_T3T_t
 T3T Native Tag Component.
 

Functions

ptxStatus_t ptxNativeTag_T3TOpen (ptxNativeTag_T3T_t *t3tComp, ptxNativeTag_T3T_InitParams_t *initParams)
 Component Initialization.
 
ptxStatus_t ptxNativeTag_T3TClose (ptxNativeTag_T3T_t *t3tComp)
 Component De-Initialization.
 
ptxStatus_t ptxNativeTag_T3TSENSF_REQ (ptxNativeTag_T3T_t *t3tComp, uint16_t sc, uint8_t rc, uint8_t tsn, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 T3T SENSF_REQ Command, Detect Tag and NDEF Support.
 
ptxStatus_t ptxNativeTag_T3TCheck (ptxNativeTag_T3T_t *t3tComp, uint8_t *NFCID2, size_t NFCID2Len, ptxNativeTag_T3T_Services_t serviceInfo, ptxNativeTag_T3T_Blocks_t blockInfo, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 T3T Check Command.
 
ptxStatus_t ptxNativeTag_T3TUpdate (ptxNativeTag_T3T_t *t3tComp, uint8_t *NFCID2, size_t NFCID2Len, ptxNativeTag_T3T_Services_t serviceInfo, ptxNativeTag_T3T_Blocks_t blockInfo, uint8_t *blockData, uint8_t blockDataLen, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 T3T Update Command.
 
ptxStatus_t ptxNativeTag_T3TSetTagParams (ptxNativeTag_T3T_t *t3tComp, uint8_t *NFCID2, uint8_t NFCID2Len, ptxNativeTag_T3T_MRTI_t mrtiInfo)
 Sets / Updates the NFCID2 to be used.
 

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 : NATIVE TAG API File : ptxNativeTag_T3T.h

Description : Native Tag API for NFC Forum Tag Type 3 (IOT READER - Extension)