SERIAL INTERFACE DEVELOPERS GUIDE 
Type: UWord16 
Size: 1 Word  
Description:  See XAppendix EX for specifics on this value. 
6.3.4 nvmData.AutoNucData Type: NVM_AUTO_NUC_MODE 
/* Auto NUC Switch Parameters */ 
struct _NVM_AUTO_NUC_MODE 
{ 
  unsigned  LowSatInt:14;  /* Auto NUC switch low saturation intensity */ 
 unsigned ReservedA:2; /* Reserved */ 
unsigned  LowSatCount:16;  /* Auto NUC switch low saturation count */ 
  unsigned  HighSatInt:14;  /* Auto NUC switch high saturation intensity */ 
 unsigned ReservedB:2; /* Reserved */ 
  unsigned  HighSatCount:16;  /* Auto NUC switch high saturation count */ 
}; 
typedef struct _NVM_AUTO_NUC_MODE  NVM_AUTO_NUC_MODE, *PTR_NVM_AUTO_NUC_MODE; 
Size: 4 Words  
Description:  See XAppendix EX for specifics on this value. 
6.3.5 nvmData.AutoRfshTime Type: UWord16 
Size: 1 Word  
Description:  If the auto refresh time flag is enabled; then this value determines the time interval 
between automatic 1-point NUC refresh calibrations.  Counter is reset upon any 1-point NUC refresh 
calibrations. 
6.3.6 nvmData.AutoRfshTemp Type: UWord16 
Size: 1 Word  
Description:  If the auto refresh on temperature flag is enabled; then this value determines the 
temperature delta required to perform an automatic 1-point NUC refresh calibrations.  This value is 
stored as an ADC count value.  ADC count is saved upon any 1-point NUC refresh calibrations. 
6.3.7 nvmData.ActPal Type: UWord16 
Size: 1 Word  
Description:  See XAppendix EX for specifics on this value. 
6.3.8 nvmData.OvlMode Type: UWord16 
Size: 1 Word  
Description:  See XAppendix EX for specifics on this value. 
27