grblHAL core  20241107
nvs_driver_area_t Struct Reference

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...
 

Detailed Description

Structure for keeping track of NVS area used by driver and/or plugin code.

Field Documentation

◆ address

uint16_t address

Index based address into the storage area where the driver area starts.

◆ mem_address

uint8_t* mem_address

Pointer to location in RAM where driver area is located.

◆ size

uint16_t size

Actual size of driver area in bytes.


The documentation for this struct was generated from the following file: