|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
NSC Write CMD parameter structure. More...
#include <ptxNSC_InterfaceTypes.h>

Data Fields | |
| ptxNSC_WriteCmd_Type_t | Type |
| size_t | NumOfWrites |
| uint16_t | Addresses [PTX_NSC_TYPES_WRRD_OP_MAX] |
| uint8_t | Values [PTX_NSC_TYPES_WRRD_OP_MAX] |
NSC Write CMD parameter structure.
| uint16_t Addresses[PTX_NSC_TYPES_WRRD_OP_MAX] |
Buffer of addresses to write to.
| size_t NumOfWrites |
Number of writes.
Type of NSC Write CMD.
| uint8_t Values[PTX_NSC_TYPES_WRRD_OP_MAX] |
Buffer of values to write to.