|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
Stack initialization Structure. More...
#include <ptxNscFactory.h>

Data Fields | |
| struct ptxNCI * | NCI |
| ptxNSC_t * | NSC |
| struct ptxOsal * | OS |
| struct ptxHal * | HAL |
| ptxLog_t * | LOG |
| struct ptxHCI * | HCI |
| ptxNvm_t * | NVM |
| void * | SystemContext |
| void * | IntComp |
| pptxTbInt_GetIORQNtf_t | GetIORQDefault_NSC |
| pptxTbInt_GetIORQNtf_t | GetIORDefault_NCI |
Stack initialization Structure.
This structure defines a helper object used during stack building up process. Placeholder for parameters required by ptxNscFactory_BuildStack.
| pptxTbInt_GetIORQNtf_t GetIORDefault_NCI |
Arbitrary function pointer that let NSC know the IORQ Object for Asynchronous events. It does include NCI on top of NSC.
| pptxTbInt_GetIORQNtf_t GetIORQDefault_NSC |
Arbitrary function pointer that let NSC know the IORQ Object for Asynchronous events. It does NOT include NCI on top of NSC.
| struct ptxHal* HAL |
Pointer to HAL component. Allocated, not initialized.
| struct ptxHCI* HCI |
Pointer to HCI component. Allocated, not initialized.
| void* IntComp |
Arbitrary pointer to ptxTbInt_t.
| ptxLog_t* LOG |
Pointer to Logger component. Allocated, not initialized if internal.
| struct ptxNCI* NCI |
Pointer to NCI component. Allocated, not initialized.
| ptxNSC_t* NSC |
Pointer to NSC component. Allocated, not initialized.
| ptxNvm_t* NVM |
Nvm. (Provided from Outside by Integration)
| struct ptxOsal* OS |
Pointer to OSAL component. Allocated and initialized.
| void* SystemContext |
Arbitrary pointer to system/platform specific data.