#include <structs.h>
Data Fields | |
unsigned char | RAMPage |
unsigned char | FlashPage |
void * | RAMAddress |
void * | FlashAddress |
unsigned short | size |
Definition at line 80 of file structs.h.
Definition at line 84 of file structs.h.
Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().
unsigned char blockDetails::FlashPage |
Definition at line 82 of file structs.h.
Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().
void* blockDetails::RAMAddress |
Definition at line 83 of file structs.h.
Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().
unsigned char blockDetails::RAMPage |
Definition at line 81 of file structs.h.
Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().
unsigned short blockDetails::size |
Definition at line 85 of file structs.h.
Referenced by decodePacketAndRespond(), lookupBlockDetails(), and writeBlock().