MX Foundation 4
MXF_NVSTORAGE_INFO Struct Reference

Device Non Volatile Flash Information. More...

#include <mxf_base.h>

Data Fields

uint64 type
 
uint64 sectorCount
 
uint64 sectorSize
 
uint64 reserved
 

Detailed Description

Field Documentation

uint64 MXF_NVSTORAGE_INFO::type

Type of non-volatile storage device:

Constant Description
MXF_EMBEDDED_NVSTORAGE_TYPE_SANDISK_H3 Sandisk memory. Installed on FM1553 and FM629.
MXF_EMBEDDED_NVSTORAGE_TYPE_EMMC eMMC memory. Needs to be mounted with mxfEmbeddedNVStorageMount() before use.
Examples:
ar429_embedded_recorder.c, and ar717_embedded_recorder.c.
uint64 MXF_NVSTORAGE_INFO::sectorCount

Sector count.

uint64 MXF_NVSTORAGE_INFO::sectorSize
uint64 MXF_NVSTORAGE_INFO::reserved

Reserved for future use.

Updated 10/23/2023