iLLD_TC27xC  1.0
Enumerations
Collaboration diagram for Enumerations:

Enumerations

enum  IfxFlash_ErrorTracking {
  IfxFlash_ErrorTracking_none = 0,
  IfxFlash_ErrorTracking_correctedSingleBitError = 1,
  IfxFlash_ErrorTracking_correctedDoubleBitError = 2,
  IfxFlash_ErrorTracking_correctedSingleOrDoubleBitError = 3,
  IfxFlash_ErrorTracking_uncorrectableMultiBitError = 4
}
 enumeration for Flash Error tracking More...
 
enum  IfxFlash_PortId {
  IfxFlash_PortId_PortId_0 = 0,
  IfxFlash_PortId_PortId_1 = 1
}
 Corrected/UnCorrected Bits Address Buffer Port Id. More...
 

Detailed Description

Enumeration Type Documentation

enumeration for Flash Error tracking

Enumerator
IfxFlash_ErrorTracking_none 

Error tracking disabled.

IfxFlash_ErrorTracking_correctedSingleBitError 

corrected single bit errors

IfxFlash_ErrorTracking_correctedDoubleBitError 

Corrected double-bit errors.

IfxFlash_ErrorTracking_correctedSingleOrDoubleBitError 

Corrected single-bit and double-bit errors.

IfxFlash_ErrorTracking_uncorrectableMultiBitError 

Detected uncorrectable errors.

Definition at line 55 of file IfxFlash.h.

Corrected/UnCorrected Bits Address Buffer Port Id.

Enumerator
IfxFlash_PortId_PortId_0 

Port Id 0.

IfxFlash_PortId_PortId_1 

Port Id 1.

Definition at line 66 of file IfxFlash.h.