#include <bootStructure.h>
Data Fields | |
uint32_t | address |
uint8_t | data [SREC_DATA_LENGTH] |
uint8_t | dataSize |
SrecordType_t | recordType |
uint32_t BootBuffer_t::address |
Referenced by eepromPacketToPage(), flashPacketToPage(), srecProtocol(), and srecWaitForAddress().
uint8_t BootBuffer_t::data[SREC_DATA_LENGTH] |
Referenced by eepromPacketToPage(), flashPacketToPage(), and srecParser().
uint8_t BootBuffer_t::dataSize |
Referenced by eepromPacketToPage(), flashPacketToPage(), srecParser(), and srecProtocol().
SrecordType_t BootBuffer_t::recordType |
Referenced by srecParser(), and srecProtocol().