Microchip® Advanced Software Framework

spbfw_download/util/nvram.h File Reference
#include <stdint.h>

Functions

int nvram_init (void)
 
int nvram_read (uint32_t addr, void *data, uint32_t len)
 Read any number bytes into any offset of nor flash. More...
 
int nvram_write (uint32_t addr, const void *data, uint32_t len)
 Write any number bytes into any offset of nor flash. More...
 

int nvram_init ( void  )
int nvram_read ( uint32_t  addr,
void *  data,
uint32_t  len 
)

Read any number bytes into any offset of nor flash.

int nvram_write ( uint32_t  addr,
const void *  data,
uint32_t  len 
)

Write any number bytes into any offset of nor flash.