BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
bluetoe::bootloader::memory_region< Start, End > Struct Template Reference

denoting a memory range with it's start address and endaddress (exklusive) More...

#include <bluetoe/services/bootloader.hpp>

Detailed Description

template<std::uintptr_t Start, std::uintptr_t End>
struct bluetoe::bootloader::memory_region< Start, End >

denoting a memory range with it's start address and endaddress (exklusive)

So memory_region< 0x1000, 0x2000 > means all bytes with the address from 0x1000 to 0x2000 but not 0x2000.


The documentation for this struct was generated from the following file: