NVS utilities. More...
#include <dcc/dcc.hpp>
#include <string>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | mem |
namespace | mem::nvs |
Functions | |
std::string | mem::nvs::address2key (dcc::Address::value_type addr) |
Convert address to key. | |
dcc::Address::value_type | mem::nvs::key2address (std::string_view key) |
Convert key to address. | |