Home  ·  Downloads  ·  Your Account  ·  Submit News
Documentation Homepage
HAMLib reference
Back to HAM Homepage


save.c File Reference

SRAM Load/Save functions. More...


Functions

void ham_ResetRAM ()
 Reset / Clear the Save RAM.

u32 ham_InitRAM (u32 ram_type)
 Initialize the HAMlib Save RAM Load/Save system.

void ham_SaveIntToRAM (char *ident_string, int the_number)
 Save an integer value into SRAM.

u32 ham_LoadIntFromRAM (char *ident_string, int *target_int)
 Load an integer value from SRAM.

void ham_SaveRawToRAM (char *ident_string, void *data, u32 length_in_bytes)
 Save a raw block of data into SRAM.

u32 ham_LoadRawFromRAM (char *ident_string, void *target_data)
 Load any raw data previously stored from SRAM.


Detailed Description

SRAM Load/Save functions.



Documentation Homepage | HAMLib reference | Back to HAM Homepage
documentation created with Doxygen