|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
Main Component Struture. More...
#include <ptxHce.h>

Data Fields | |
| struct ptxOsal * | OS |
| ptxLog_t * | LOG |
| ptxNvm_t * | NVM |
| struct ptxNSC * | NSC |
| ptxSemaphore_t * | Sem_Completion |
| uint16_t * | CompletionStatus |
Main Component Struture.
| uint16_t* CompletionStatus |
Pointer to Completion status of the transaction
| ptxLog_t* LOG |
Pointer to an initialized logger.
| struct ptxNSC* NSC |
Pointer to an already-initialized NSC component
| ptxNvm_t* NVM |
Pointer to an already-initialized NVM component
| struct ptxOsal* OS |
Pointer to an already-initialized OSAL component structure.
| ptxSemaphore_t* Sem_Completion |
Pointer to Semaphore used for synchronize calls.