nrfcxx
0.1.0
C++-17 Framework for Nordic nRF5 Devices
|
Various utilities, probably not dependent on nRF51 at all. More...
Data Structures | |
class | memory_pool |
Class supporting allocation from a fixed-size region. More... | |
class | Persist |
Class supporting persistence of tagged records to non-volatile memory. More... | |
Functions | |
template<typename T > | |
void | display_data (const T *dp, size_t count, uintptr_t base) |
Display a block of data on the console. More... | |
Various utilities, probably not dependent on nRF51 at all.
|
inline |
Display a block of data on the console.
T | the type of the underlying data. Must be an integral type. Any volatile qualifier is explicitly removed. |
dp | pointer to the data to display |
count | the number of data elements to display |
base | the base address for the data at *dp . This affects the address column of the output and need not be related to the actual value of dp . |