Structure for keeping track of NVS area used by driver and/or plugin code. More...
#include <nvs.h>
Data Fields | |
uint8_t * | mem_address |
Pointer to location in RAM where driver area is located. More... | |
uint16_t | address |
Index based address into the storage area where the driver area starts. More... | |
uint16_t | size |
Actual size of driver area in bytes. More... | |
Structure for keeping track of NVS area used by driver and/or plugin code.
uint16_t address |
Index based address into the storage area where the driver area starts.
uint8_t* mem_address |
Pointer to location in RAM where driver area is located.
uint16_t size |
Actual size of driver area in bytes.