#include <structs.h>
Data Fields | |
unsigned char | RAMPage |
unsigned char | FlashPage |
void * | RAMAddress |
void * | FlashAddress |
unsigned short | size |
Definition at line 83 of file structs.h.
unsigned char blockDetails::RAMPage |
Definition at line 84 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().
Definition at line 87 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().