|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
#include <ptx_IOT_RD_Int.h>

Data Fields | |
| struct ptxOsal * | OS |
| struct ptxLog * | LOG |
| struct ptxNvm * | NVM |
| ptxSemaphore_t | SemIoTRd_Cpl |
| uint8_t * | DataShared |
| size_t | DataSharedLength |
| uint16_t | CompletionStatus |
| ptxIoTRd_SystemState_t | SystemState |
| uint8_t | DeactivationNTFPending |
| struct ptxIoTRd_CardRegistry * | CardRegistry |
| uint8_t | DiscoverState |
| ptxMutex_t | AccessProtection |
| ptxNSC_Event_t | Event |
| ptxSemaphore_t | SemIoTRd_Cpl_NTF |
| uint8_t | LastRFError |
| ptxHCE_t | HCE |
| ptxNSC_PollType_t | PollMode |
| uint8_t | rfResetFlag |
| uint8_t | RSSIModeCfg [5] |
| uint8_t | LPCDNtfCounter |
| uint8_t | StandbyActive |
| uint8_t | NrExtensions |
| struct ptxIoTRd_Extension | Extension [PTX_IOTRD_MAX_EXTENSIONS] |
Main component structure.
| ptxMutex_t AccessProtection |
Mutex used for general access protection.
| struct ptxIoTRd_CardRegistry* CardRegistry |
Pointer to Card Registry.
| uint16_t CompletionStatus |
Status of completion operation.
| uint8_t* DataShared |
Pointer used for data sharing.
| size_t DataSharedLength |
Length of /ref DataShared.
| uint8_t DeactivationNTFPending |
Card-Deactivated Status-flag if Deactivate (Sleep) is used
| uint8_t DiscoverState |
State of the discover process.
| ptxNSC_Event_t Event |
NSC Event Information.
| struct ptxIoTRd_Extension Extension[PTX_IOTRD_MAX_EXTENSIONS] |
Extensions Handlers (RFU).
| ptxHCE_t HCE |
Host Card Emulation (HCE) Component
| uint8_t LastRFError |
Last received RF-Error Status
| struct ptxLog* LOG |
Reference to the LOG Component.
| uint8_t LPCDNtfCounter |
Counts every incoming LPCD-Notification (max. 255)
| uint8_t NrExtensions |
Current number of registered Extensions (RFU).
| struct ptxNvm* NVM |
Reference to the NVM Component.
| struct ptxOsal* OS |
Reference to the OSAL Component.
| ptxNSC_PollType_t PollMode |
Poll Mode
| uint8_t rfResetFlag |
Flag to be set at RF resets, for use in T5T NativeTag etc.
| uint8_t RSSIModeCfg[5] |
Internal Config-Buffer for RSSI-Mode
| ptxSemaphore_t SemIoTRd_Cpl |
Semaphore used for synchronize calls.
| ptxSemaphore_t SemIoTRd_Cpl_NTF |
Semaphore used for synchronize calls for NTFs.
| uint8_t StandbyActive |
Flag indicating the Stand-by mode is currently used (e.g LPCD during RF-Discovery/-Polling)
| ptxIoTRd_SystemState_t SystemState |
PTX1K System-State