The NVMEM_IGNORE_xxxflags are passed to SetDataToIgnore() to suppress reading data from NVRAM. More...
Defines | |
#define | NVMEM_IGNORE_POS (1L<<0) |
Ignore last known position. | |
#define | NVMEM_IGNORE_EPH (1L<<1) |
Ignore ephemeris. | |
#define | NVMEM_IGNORE_TIM (1L<<2) |
Ignore time from RTC. | |
#define | NVMEM_IGNORE_ALM (1L<<3) |
Ignore collected almanac. | |
#define | NVMEM_IGNORE_OSC (1L<<4) |
Ignore oscillator offset. | |
#define | NVMEM_IGNORE_LTO_BAD_LIST (1L<<5) |
Ignore list of LTO SVs marked bad. | |
#define | NVMEM_IGNORE_LTO NVMEM_IGNORE_LTO_BAD_LIST |
Backwards compatiblibility (deprecated) | |
#define | NVMEM_IGNORE_ROM_ALM (1L<<6) |
Ignore factory almanac stored in ROM. | |
#define | NVMEM_IGNORE_IONO (1L<<7) |
Ignore Iono data. | |
#define | NVMEM_IGNORE_UTC (1L<<8) |
Ignore UTC offset. | |
#define | NVMEM_IGNORE_OSC_IF_BAD_UID (1L<<9) |
Ignore oscillator offset if check based on Unit ID stored in the ASIC fails. | |
#define | NVMEM_IGNORE_EEIM (1L<<10) |
Ignore CBEE integrity data in NVMEM (bad CBEE SV list) | |
#define | NVMEM_IGNORE_TERRAIN (1L<<11) |
Ignore terrain model (NOTE: Terrain Model not actually stored in NVRAM) | |
#define | NVMEM_IGNORE_CALIBRATION (1L<<12) |
Ignore LTO calibration data. | |
#define | NVMEM_IGNORE_SV_HEALTH (1L<<13) |
Ignore SV Health. | |
#define | NVMEM_IGNORE_SV_INTEGRITY (1L<<14) |
Ignore SV Integrity (RTI) | |
#define | NVMEM_DELETE_POS (NVMEM_IGNORE_POS << 16) |
Delete position. | |
#define | NVMEM_DELETE_EPH (NVMEM_IGNORE_EPH << 16) |
Delete ephemeris. | |
#define | NVMEM_DELETE_TIM (NVMEM_IGNORE_TIM << 16) |
Delete time. | |
#define | NVMEM_DELETE_ALM (NVMEM_IGNORE_ALM << 16) |
Delete almanac. | |
#define | NVMEM_DELETE_OSC (NVMEM_IGNORE_OSC << 16) |
Delete TCXO offset. | |
#define | NVMEM_PREVENT_UPDATE_LTO_BAD_LIST (NVMEM_IGNORE_LTO << 16) |
Prevent LTO bad SV list updates. | |
#define | NVMEM_DELETE_LTO_BAD_LIST NVMEM_PREVENT_UPDATE_LTO_BAD_LIST |
Backwards compatiblibility (inaccurate name) | |
#define | NVMEM_DELETE_LTO NVMEM_DELETE_LTO_BAD_LIST |
Backwards compatiblibility (deprecated) | |
#define | NVMEM_DELETE_ROM_ALM (NVMEM_IGNORE_ROM_ALM << 16) |
Delete ROM almanac. | |
#define | NVMEM_DELETE_IONO (NVMEM_IGNORE_IONO << 16) |
Delete ionospheric information. | |
#define | NVMEM_DELETE_UTC (NVMEM_IGNORE_UTC << 16) |
Delete UTC. | |
#define | NVMEM_DELETE_UID (NVMEM_IGNORE_OSC_IF_BAD_UID << 16) |
Delete unit ID. | |
#define | NVMEM_DELETE_EEIM (NVMEM_IGNORE_EEIM << 16) |
Delete CBEE bad SV list. | |
#define | NVMEM_DELETE_CALIBRATION (NVMEM_IGNORE_CALIBRATION<<16) |
Delete LTO calibration data. | |
#define | NVMEM_DELETE_SV_HEALTH (NVMEM_IGNORE_SV_HEALTH<<16) |
Ignore SV Health. | |
#define | NVMEM_DELETE_SV_INTEGRITY (NVMEM_IGNORE_SV_INTEGRITY<<16) |
Ignore SV Integrity (RTI) |
The NVMEM_IGNORE_xxxflags are passed to SetDataToIgnore() to suppress reading data from NVRAM.
The NVMEM_DELETE_xxx flags are passed to SetDataToIgnore() to remove data from NVRAM. See GlNvStorageReader::SetDataToIgnore().