NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
__mnand_wr_info Struct Reference

Detailed Description

Holds the information that indicates the host cumulative written data (units of 100MB).

Written data is calculated as host cumulative written data * 100MB.

Definition at line 173 of file nvmnand.h.

Data Fields

uint32_t fnand
 Specifies the host cumulative written data (units of 100MB) from NAND. More...
 
uint32_t fram
 Specifies the host cumulative written data (units of 100MB) from RAM. More...
 
uint8_t valid
 Specifies whether the values indicated are vaild or not. More...
 

Field Documentation

◆ fnand

uint32_t __mnand_wr_info::fnand

Specifies the host cumulative written data (units of 100MB) from NAND.

Definition at line 176 of file nvmnand.h.

◆ fram

uint32_t __mnand_wr_info::fram

Specifies the host cumulative written data (units of 100MB) from RAM.

Definition at line 179 of file nvmnand.h.

◆ valid

uint8_t __mnand_wr_info::valid

Specifies whether the values indicated are vaild or not.

If 1, means values are valid else if 0, then invalid.

Definition at line 183 of file nvmnand.h.


The documentation for this struct was generated from the following file: