Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
ptxNSC_RfConfig.h
Go to the documentation of this file.
1
43#ifndef COMPS_NSC_PTXNSC_RFCONFIG_H_
44#define COMPS_NSC_PTXNSC_RFCONFIG_H_
45
46#ifdef __cplusplus
47extern "C" {
48#endif
49
56/*
57 * This header file is a sheet for the values to set in RF_CONFIG_CMD.
58 * This command includes value for set of register that are written below.
59 */
60
76ptxStatus_t ptxNSC_ProcessNscRfConfigRsp (ptxNSC_t *nscCtx, uint8_t *payload, size_t length);
77
78#ifdef __cplusplus
79}
80#endif
81
82#endif /* Guard. */
83
84
uint16_t ptxStatus_t
Status Type.
Definition ptx_Status.h:82
Definition ptxNSC_Interface.h:152