#include <tm_reader.h>
Public Attributes | |
uint32_t | firmwareSize |
uint8_t * | firmwareStart |
Cookie for state storage of a TMR_memoryProvider.
Definition at line 794 of file tm_reader.h.
uint32_t TMR_memoryCookie::firmwareSize |
Size of the firmware image
Definition at line 798 of file tm_reader.h.
uint8_t* TMR_memoryCookie::firmwareStart |
Pointer to the start of the firmware image in memory
Definition at line 796 of file tm_reader.h.