PIC24 Support Libraries
Data Fields
XFER_VAR Struct Reference

#include <dataXferImpl.h>

Data Fields

uint8_tpu8_data
 
uint8_t u8_size
 Size of data in bytes - 1: 0 = 1 byte, etc.
 
char * psz_format
 printf format string to use in displaying the variable. PC only.
 
char * psz_name
 
char * psz_desc
 Description of this variable. PC only.
 

Detailed Description

Struct to hold send/receive data. An array of these entries holds all the necessary state.

Definition at line 313 of file dataXferImpl.h.

Field Documentation

◆ psz_name

char* XFER_VAR::psz_name

Name of this variable, typically the same as used in the code. PC only.

Definition at line 324 of file dataXferImpl.h.

Referenced by parseVarSpec().

◆ pu8_data

uint8_t* XFER_VAR::pu8_data

Pointer to the data to be exchanged. NULL means this entry is not defined.

Definition at line 316 of file dataXferImpl.h.

Referenced by formatVar(), parseVarSpec(), sendVar(), specifyVar(), and validateIndex().


The documentation for this struct was generated from the following file: