![]() |
![]() |
|
MSP430™CapTIvateSoftwareLibraryAPIGuide
1_70_00_03
|
#include <CAPT_PingPongBuffer.h>
Data Fields | |
| uint8_t * | pEditBuffer |
| *pEditBuffer is a pointer to the buffer that can be written to. More... | |
| uint8_t * | pTransmitBuffer |
| *pTransmitBuffer is a pointer to the buffer that can be read from. More... | |
typedef tPingPongBuffer
tPingPongBuffer is the data type for a tPingPongBuffer container. tPingPongBuffer APIs operate on tPingPongBuffer structures. The structure is two bytes in size. The arrays are pointed to and accessed outside of the APIs provided here.
| uint8_t* tPingPongBuffer::pEditBuffer |
*pEditBuffer is a pointer to the buffer that can be written to.
| uint8_t* tPingPongBuffer::pTransmitBuffer |
*pTransmitBuffer is a pointer to the buffer that can be read from.