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

Data Fields | |
| struct ptxHCI * | HCI |
| struct ptxHCE * | HCE |
| struct ptxHal * | HAL |
| struct ptxOsal * | OS |
| struct ptxLog * | LOG |
| struct ptxFifoIoRq * | FIO |
| struct ptxNvm * | NVM |
| void * | Integration |
| pptxTbInt_GetIORQNtf_t | GetIORQDefault |
| uint32_t | ComSpeedApp |
| uint8_t | HwFlowControl |
| uint8_t | IsNCICommanding |
| size_t | NscBuffersSize |
| size_t | NumBuffers |
| uint8_t | BufPoolDbgLogEn |
NSC Initialization parameter structure.
| uint8_t BufPoolDbgLogEn |
Buffers. Boolean, enabling debug logging ?
| uint32_t ComSpeedApp |
Parameter. Speed of application
| struct ptxFifoIoRq* FIO |
Reference to FIFO Component.
| pptxTbInt_GetIORQNtf_t GetIORQDefault |
Fn pointer to get IORq Default.
| struct ptxHal* HAL |
Reference to HAL Component.
| struct ptxHCE* HCE |
Reference to the HCE Component.
| struct ptxHCI* HCI |
Reference to HCI Component.
| uint8_t HwFlowControl |
Parameter. Enable or disable Hw Control lines
| void* Integration |
Reference to INT Component. (Arbitrary pointer)
| uint8_t IsNCICommanding |
Parameter. Boolean, Is NCI Commanding ? (0 == NOT) (1 == YES)
| struct ptxLog* LOG |
Reference to LOG Component.
| size_t NscBuffersSize |
Buffers. Buffer size
| size_t NumBuffers |
Buffers. Number of buffers
| struct ptxNvm* NVM |
Reference to NVM Component.
| struct ptxOsal* OS |
Reference to OSAL Component.