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

Go to the source code of this file.

Data Structures

struct  ptxNativeTag_T2T_InitParams
 T2T Native Tag Initialization Parameters. More...
 
struct  ptxNativeTag_T2T
 T2T Native Tag Component. More...
 

Macros

T2T Tag specific definitions
#define PTX_T2T_MIN_TX_BUFFER_SIZE   (uint32_t)32
 
#define PTX_T2T_BLOCK_SIZE   (uint8_t)4
 

Typedefs

typedef struct ptxNativeTag_T2T_InitParams ptxNativeTag_T2T_InitParams_t
 T2T Native Tag Initialization Parameters.
 
typedef struct ptxNativeTag_T2T ptxNativeTag_T2T_t
 T2T Native Tag Component.
 

Functions

PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T2TOpen (ptxNativeTag_T2T_t *t2tComp, ptxNativeTag_T2T_InitParams_t *initParams)
 Initialize / Open the T2T Native Tag Component.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T2TRead (ptxNativeTag_T2T_t *t2tComp, uint8_t blockNr, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Read the T2T blocks.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T2TWrite (ptxNativeTag_T2T_t *t2tComp, uint8_t blockNr, const uint8_t *blockData, uint8_t blockDataLen, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Write to the T2T blocks.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T2TSectorSelect (ptxNativeTag_T2T_t *t2tComp, uint8_t secNr, uint8_t *rx, size_t *rxLen, uint32_t msTimeout)
 Select the T2T sector.
 
PTX_API_LIBFUNC ptxStatus_t ptxNativeTag_T2TClose (ptxNativeTag_T2T_t *t2tComp)
 Uninitialize / Close the T2T Native Tag Component.
 

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_T2T.h

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