|
Renesas PTX1xxR IoT-Reader API (non-OS) Version 7.3.1
Renesas Software Stack for IoT-Reader Applications (non-OS)
|
Main NSC component structure. More...
#include <ptxNSC.h>

Data Fields | |
| ptxStatus_Comps_t | CompId |
| void * | Plat |
| pptxNSC_WfeCallBack_t | WfeCb |
| void * | Ctx |
| uint32_t | MaxTransferUnit |
| uint8_t | RxCltMode |
| ptxNSC_Rsp_t | NscRsp |
| struct ptxNSC_System * | SysParams |
| ptxNSC_System_State_t | SysState |
| uint8_t | DeactivationNTFPending |
| uint32_t | DeactiveTimeoutMS |
| ptxNSC_Mode_t | NscMode |
| pptxNSC_ExtCallBack_t | ExtensionCb |
| void * | ExtensionCtx |
| pptxNSC_Process_Ext_NTF_t | ExtensionNtfProcess |
| ptxNSC_RFMiscConfig_Param_t | RFConfigMiscParams |
| uint8_t | ProductID |
| uint8_t | TypeATransparentModeActive |
| uint8_t | TransparentModeNrResidualTxBits |
| uint8_t | NrCustomExtensions |
| ptxNSC_Custom_Extension_t | CustomExtension [PTX_NSC_MAX_EXTENSIONS] |
Main NSC component structure.
| ptxStatus_Comps_t CompId |
Component Id.
| void* Ctx |
Context called by /ref WfeCb.
| ptxNSC_Custom_Extension_t CustomExtension[PTX_NSC_MAX_EXTENSIONS] |
Custom Extensions Handlers (RFU).
| uint8_t DeactivationNTFPending |
Card-Deactivated Status-flag if Deactivate (Sleep) is used
| uint32_t DeactiveTimeoutMS |
NSC-specific Timeout for RF-Deactivate Command
| pptxNSC_ExtCallBack_t ExtensionCb |
Optional WLC callback for processing of extension NTF.
| void* ExtensionCtx |
Optional WLC pointer for Context for processing of extension NTF.
| pptxNSC_Process_Ext_NTF_t ExtensionNtfProcess |
Optional WLC function pointer for processing of extension NTF.
| uint32_t MaxTransferUnit |
Maximum amount of bytes that can be transfered over NFC Rf link.
| uint8_t NrCustomExtensions |
Current number of registered custom Extensions (RFU).
| ptxNSC_Mode_t NscMode |
Nsc Mode.
| ptxNSC_Rsp_t NscRsp |
Nsc Rsp container.
| void* Plat |
Pointer to platform component.
| uint8_t ProductID |
Chip-specific product (family) Identifier
| ptxNSC_RFMiscConfig_Param_t RFConfigMiscParams |
Shadow-Copy of RF Config Misc. Parameters.
| uint8_t RxCltMode |
Rx Clt Mode.
| struct ptxNSC_System* SysParams |
System parameters
| ptxNSC_System_State_t SysState |
System state
| uint8_t TransparentModeNrResidualTxBits |
Defines the number of residual bits to transmit in NFC Type A Transparent mode.
| uint8_t TypeATransparentModeActive |
Internal flag indicating whether Transparent-mode is active in NFC Type-A mode or not.
| pptxNSC_WfeCallBack_t WfeCb |
Wait for Event CallBack function provided from other component.