iLLD_TC27xD  1.0
Enumerations
Collaboration diagram for Enumerations:

Data Structures

struct  IfxFlash_ErrorTracking_Address
 Error tracking address structure. More...
 

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


Data Structure Documentation

struct IfxFlash_ErrorTracking_Address

Error tracking address structure.

Definition at line 79 of file IfxFlash.h.

Data Fields
uint32 address Flash address for error tracking.
IfxFlash_ErrorTracking errorType Error type.

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 52 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 63 of file IfxFlash.h.