#include <structs.h>
Data Fields | |
unsigned char | RAMPage |
unsigned char | FlashPage |
void * | RAMAddress |
void * | FlashAddress |
unsigned short | size |
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.
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().
void* blockDetails::RAMAddress |
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().