#include <bootloader.h>
Public Member Functions | |
bootloaderLoadBufferRequest (uint8_t target, uint16_t page, uint16_t address) | |
Public Attributes | |
uint16_t | address |
uint8_t | data [25] |
bootloader | header |
uint16_t | page |
Definition at line 48 of file bootloader.h.
bootloaderLoadBufferRequest::bootloaderLoadBufferRequest | ( | uint8_t | target, |
uint16_t | page, | ||
uint16_t | address | ||
) | [inline] |
Definition at line 50 of file bootloader.h.
uint16_t bootloaderLoadBufferRequest::address |
Definition at line 62 of file bootloader.h.
uint8_t bootloaderLoadBufferRequest::data[25] |
Definition at line 63 of file bootloader.h.
Definition at line 60 of file bootloader.h.
uint16_t bootloaderLoadBufferRequest::page |
Definition at line 61 of file bootloader.h.