#include <Structure.hpp>

Public Member Functions | |
| NetworkBootloaderStructure () | |
Public Member Functions inherited from dai::bootloader::Structure | |
| Structure ()=default | |
Static Public Attributes | |
| constexpr static long | APPLICATION_OFFSET = CONFIG_OFFSET + CONFIG_SIZE |
| constexpr static long | BOOTLOADER_OFFSET = HEADER_OFFSET + HEADER_SIZE |
| constexpr static long | BOOTLOADER_SIZE = 4 * 1024 * 1024 - HEADER_SIZE |
| constexpr static long | CONFIG_OFFSET = USER_BOOTLOADER_OFFSET + USER_BOOTLOADER_SIZE |
| constexpr static long | CONFIG_SIZE = 16 * 1024 |
| constexpr static long | HEADER_OFFSET = 0 |
| constexpr static long | HEADER_SIZE = 512 |
| constexpr static long | USER_BOOTLOADER_OFFSET = BOOTLOADER_OFFSET + BOOTLOADER_SIZE |
| constexpr static long | USER_BOOTLOADER_SIZE = 8 * 1024 * 1024 - BOOTLOADER_SIZE - CONFIG_SIZE - HEADER_SIZE |
Additional Inherited Members | |
Public Attributes inherited from dai::bootloader::Structure | |
| std::map< Section, long > | offset |
| std::map< Section, long > | size |
Protected Member Functions inherited from dai::bootloader::Structure | |
| Structure (decltype(offset) a, decltype(size) b) | |
Definition at line 25 of file Structure.hpp.
|
inline |
Definition at line 37 of file Structure.hpp.
|
staticconstexpr |
Definition at line 35 of file Structure.hpp.
|
staticconstexpr |
Definition at line 30 of file Structure.hpp.
|
staticconstexpr |
Definition at line 31 of file Structure.hpp.
|
staticconstexpr |
Definition at line 34 of file Structure.hpp.
|
staticconstexpr |
Definition at line 29 of file Structure.hpp.
|
staticconstexpr |
Definition at line 27 of file Structure.hpp.
|
staticconstexpr |
Definition at line 28 of file Structure.hpp.
|
staticconstexpr |
Definition at line 32 of file Structure.hpp.
|
staticconstexpr |
Definition at line 33 of file Structure.hpp.