AVR Z-LINKŪ


rxDataBlock_t Struct Reference

#include <serialPortHAL.h>


Detailed Description

Buffer struct used by the receiver.

Definition at line 92 of file serialPortHAL.h.

Data Fields

unsigned char ATCommand [LENGTH_OF_COMMAND+1]
rxError_t error
uint8_t numberOfReceivedParameters
unsigned char * parameter [NUMBER_OF_PARAMETERS]
unsigned char parameters [LENGTH_OF_PARAMETER_BUFFER]
bool receptionComplete
uint8_t rx_i


Field Documentation

unsigned char rxDataBlock_t::ATCommand[LENGTH_OF_COMMAND+1]

Definition at line 95 of file serialPortHAL.h.

Referenced by getATCommand(), ISR(), and rxReset().

rxError_t rxDataBlock_t::error

Definition at line 105 of file serialPortHAL.h.

Referenced by getError(), ISR(), and rxReset().

uint8_t rxDataBlock_t::numberOfReceivedParameters

Definition at line 102 of file serialPortHAL.h.

Referenced by ISR(), and rxReset().

unsigned char* rxDataBlock_t::parameter[NUMBER_OF_PARAMETERS]

Definition at line 101 of file serialPortHAL.h.

Referenced by getParameterNumber(), and ISR().

unsigned char rxDataBlock_t::parameters[LENGTH_OF_PARAMETER_BUFFER]

Definition at line 100 of file serialPortHAL.h.

Referenced by ISR(), and rxReset().

bool rxDataBlock_t::receptionComplete

Definition at line 104 of file serialPortHAL.h.

Referenced by dataAvailable(), ISR(), and rxReset().

uint8_t rxDataBlock_t::rx_i

Definition at line 96 of file serialPortHAL.h.

Referenced by ISR(), and rxReset().

@DOC_TITLE@
Generated on Sat Dec 2 16:05:51 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by doxygen 1.4.7