grblHAL core  20241107
nvs_buffer.h File Reference

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_tnvs_buffer_get_physical (void)
 
void nvs_memmap (void)
 

Variables

settings_dirty_t settings_dirty
 

Typedef Documentation

◆ nvs_address_t

typedef uint32_t nvs_address_t

Function Documentation

◆ nvs_alloc()

nvs_address_t nvs_alloc ( size_t  size)

◆ nvs_buffer_alloc()

bool nvs_buffer_alloc ( void  )

◆ nvs_buffer_free()

void nvs_buffer_free ( void  )

◆ nvs_buffer_get_physical()

nvs_io_t* nvs_buffer_get_physical ( void  )

◆ nvs_buffer_init()

bool nvs_buffer_init ( void  )

◆ nvs_buffer_sync_physical()

void nvs_buffer_sync_physical ( void  )

◆ nvs_memmap()

void nvs_memmap ( void  )

Variable Documentation

◆ settings_dirty

settings_dirty_t settings_dirty
extern