Go to the source code of this file.
Data Structures | |
| struct | settings_dirty_t |
Typedefs | |
| typedef uint32_t | nvs_address_t |
Functions | |
| bool | nvs_buffer_init (void) |
| bool | nvs_buffer_alloc (void) |
| void | nvs_buffer_free (void) |
| nvs_address_t | nvs_alloc (size_t size) |
| void | nvs_buffer_sync_physical (void) |
| nvs_io_t * | nvs_buffer_get_physical (void) |
| void | nvs_memmap (void) |
Variables | |
| settings_dirty_t | settings_dirty |
| typedef uint32_t nvs_address_t |
| nvs_address_t nvs_alloc | ( | size_t | size | ) |
| bool nvs_buffer_alloc | ( | void | ) |
| void nvs_buffer_free | ( | void | ) |
| nvs_io_t* nvs_buffer_get_physical | ( | void | ) |
| bool nvs_buffer_init | ( | void | ) |
| void nvs_buffer_sync_physical | ( | void | ) |
| void nvs_memmap | ( | void | ) |
|
extern |