Rishka
RISC-V virtual runtime in C/C++ made for ESP32-WROVER
|
This is the complete list of members for NVS, including all inherited members.
commit() | NVS | static |
erase(string key, bool force=true) | NVS | static |
erase_all(bool force=true) | NVS | static |
get_i16(string key, i16 defvalue) | NVS | static |
get_i32(string key, i32 defvalue) | NVS | static |
get_i64(string key, i64 defvalue) | NVS | static |
get_i8(string key, i8 defvalue) | NVS | static |
get_string(string key) | NVS | static |
get_u16(string key, u16 defvalue) | NVS | static |
get_u32(string key, u32 defvalue) | NVS | static |
get_u64(string key, u64 defvalue) | NVS | static |
get_u8(string key, u8 defvalue) | NVS | static |
has_wifi_config() | NVS | static |
set_i16(string key, i16 value, bool force=true) | NVS | static |
set_i32(string key, i32 value, bool force=true) | NVS | static |
set_i64(string key, i64 value, bool force=true) | NVS | static |
set_i8(string key, i8 value, bool force=true) | NVS | static |
set_string(string key, string value, bool force=true) | NVS | static |
set_u16(string key, u16 value, bool force=true) | NVS | static |
set_u32(string key, u32 value, bool force=true) | NVS | static |
set_u64(string key, u64 value, bool force=true) | NVS | static |
set_u8(string key, u8 value, bool force=true) | NVS | static |
set_wifi_pword(string pword) | NVS | static |
set_wifi_ssid(string ssid) | NVS | static |