libximc  2.14.22
Data Fields
nonvolatile_memory_t Struct Reference

Structure contains user data to save into the FRAM. More...

Data Fields

unsigned int UserData [7]
 User data.

Detailed Description

Structure contains user data to save into the FRAM.

See Also
get_nonvolatile_memory, set_nonvolatile_memory

Field Documentation

unsigned int UserData[7]

User data.

It may be set by the user. Each element of the array stores only 32 bits of user data. This is important on systems where an int type contains more than 4 bytes. For example, on all amd64 systems.