MSP430™CapTIvateSoftwareLibraryAPIGuide  1_83_00_05
Data Fields
tParameterPacket Union Reference

#include <CAPT_Protocol.h>

Data Fields

struct {
   uint8_t   ui8Sync
 
   uint8_t   ui8Blank
 
   uint8_t   ui8Length
 
   uint8_t   ui8Command
 
   uint8_t   ui8Write
 
   uint8_t   ui8SensorID
 
   uint8_t   ui8Param0
 
   uint8_t   ui8Param1
 
   uint8_t   ui8Param2
 
   uint8_t   ui8Param3
 
   uint16_t   ui16Checksum
 
}; 
 
uint8_t ui8Packet [TL_PARAMETER_PACKET_LENGTH]
 

Detailed Description

typedef tParameterPacket is a union structure that stores a CapTIvate™ parameter packet. The union allows the low-level serial driver to interface with a buffer, while higher-level applications can access specific portions of the packet.

Field Documentation

§ ui8Sync

uint8_t tParameterPacket::ui8Sync

§ ui8Blank

uint8_t tParameterPacket::ui8Blank

§ ui8Length

uint8_t tParameterPacket::ui8Length

§ ui8Command

uint8_t tParameterPacket::ui8Command

§ ui8Write

uint8_t tParameterPacket::ui8Write

§ ui8SensorID

uint8_t tParameterPacket::ui8SensorID

§ ui8Param0

uint8_t tParameterPacket::ui8Param0

§ ui8Param1

uint8_t tParameterPacket::ui8Param1

§ ui8Param2

uint8_t tParameterPacket::ui8Param2

§ ui8Param3

uint8_t tParameterPacket::ui8Param3

§ ui16Checksum

uint16_t tParameterPacket::ui16Checksum

§ @16

struct { ... }

§ ui8Packet

uint8_t tParameterPacket::ui8Packet[TL_PARAMETER_PACKET_LENGTH]

The documentation for this union was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale