blockDetails Struct Reference

#include <structs.h>

Data Fields

unsigned char RAMPage
unsigned char FlashPage
void * RAMAddress
void * FlashAddress
unsigned short size

Detailed Description

Addressable memory block description. This structure holds the size, RAM page and address and flash page and address. It is used for looking up the details of a memory block to allow serial operations on RAM and flash data structures.

Definition at line 83 of file structs.h.


Field Documentation

Definition at line 87 of file structs.h.

Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().

unsigned char blockDetails::FlashPage

Definition at line 85 of file structs.h.

Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().

Definition at line 86 of file structs.h.

Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().

unsigned char blockDetails::RAMPage

Definition at line 84 of file structs.h.

Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().

unsigned short blockDetails::size

Definition at line 88 of file structs.h.

Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().


The documentation for this struct was generated from the following file:
Generated on Sat Oct 16 21:29:24 2010 for FreeEMS by  doxygen 1.6.3