Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
ptxNSC_Thread_UART.h
Go to the documentation of this file.
1
43#ifndef COMPS_NSC_PTXNSC_THREAD_UART_H_
44#define COMPS_NSC_PTXNSC_THREAD_UART_H_
45
46
47/*
48 * ####################################################################################################################
49 * INCLUDES
50 * ####################################################################################################################
51 */
52
53#include "ptx_Status.h"
54
55#ifdef __cplusplus
56extern "C" {
57#endif
58
59/*
60 * ####################################################################################################################
61 * INTERNALS
62 * ####################################################################################################################
63 */
64
68struct ptxNSC;
69
70
71/*
72 * ####################################################################################################################
73 * FUNCTIONS
74 * ####################################################################################################################
75 */
76
81
82#ifdef __cplusplus
83}
84#endif
85
86#endif /* COMPS_NSC_PTXNSC_THREAD_UART_H_ */
87
88
uint16_t ptxStatus_t
Status Type.
Definition ptx_Status.h:82
ptxStatus_t ptxNsc_ThreadedRead_UART(struct ptxNSC *nscCtx)
NSC Read over UART for Threaded application.
Definition ptxNSC_Interface.h:152