iLLD_TC27xD  1.0
Standard Enumerations
Collaboration diagram for Standard Enumerations:

Enumerations

enum  IfxCif_DataPathSelectorForMainPath {
  IfxCif_DataPathSelectorForMainPath_Disabled = 0,
  IfxCif_DataPathSelectorForMainPath_DataToMemoryInterfaceUncompressed = 1,
  IfxCif_DataPathSelectorForMainPath_DataToJpegEncoder = 2
}
 Enumerator for data path of main path. More...
 
enum  IfxCif_ErrorState {
  IfxCif_ErrorState_NoError = 0,
  IfxCif_ErrorState_Error = 1
}
 Enumerator for the state of an error. More...
 
enum  IfxCif_ExtraPath {
  IfxCif_ExtraPath_1 = 0,
  IfxCif_ExtraPath_2 = 1,
  IfxCif_ExtraPath_3 = 2,
  IfxCif_ExtraPath_4 = 3,
  IfxCif_ExtraPath_5 = 4
}
 Enumerator for the extra paths. More...
 
enum  IfxCif_ImageTiers {
  IfxCif_ImageTiers_Horizontal = 0,
  IfxCif_ImageTiers_Vertical = 1
}
 Enumerator for tiers. More...
 
enum  IfxCif_InputInterface { IfxCif_InputInterface_ParallelInterface = 0 }
 Enumerator for input interfaces supported by the CIF interface. More...
 
enum  IfxCif_InterruptTriggeredState {
  IfxCif_InterruptTriggeredState_NotTriggered = 0,
  IfxCif_InterruptTriggeredState_Triggered = 1
}
 Enumerator for the state of an interrupt. More...
 
enum  IfxCif_PortInputSelection {
  IfxCif_PortInputSelection_PinMapping0 = 0,
  IfxCif_PortInputSelection_PinMapping1 = 1
}
 Enumerator for port input selections. More...
 
enum  IfxCif_State {
  IfxCif_State_Disabled = 0,
  IfxCif_State_Enabled = 1
}
 Enumerator for states. More...
 
enum  IfxCif_Submodules {
  IfxCif_Submodules_AllModules = 0,
  IfxCif_Submodules_Debug = 1,
  IfxCif_Submodules_ExtraPaths = 2,
  IfxCif_Submodules_LinearDownscaler = 3,
  IfxCif_Submodules_SecurityWatchdog = 4,
  IfxCif_Submodules_MemoryInterface = 5,
  IfxCif_Submodules_JpegEncoder = 6,
  IfxCif_Submodules_ImageSignalProcessing = 7,
  IfxCif_Submodules_YCSplitter = 8
}
 Enumerator for submodules of the CIF interface. More...
 
enum  IfxCif_YCSplitterChannelMode {
  IfxCif_YCSplitterChannelMode_Disabled = 0,
  IfxCif_YCSplitterChannelMode_MainPathAndRawMode = 1
}
 Enumerator for channel mode of Y/C splitter. More...
 

Detailed Description

Enumeration Type Documentation

Enumerator for data path of main path.

Enumerator
IfxCif_DataPathSelectorForMainPath_Disabled 

Main path is disabled.

IfxCif_DataPathSelectorForMainPath_DataToMemoryInterfaceUncompressed 

Main path is routed to the Memory Interface.

IfxCif_DataPathSelectorForMainPath_DataToJpegEncoder 

Main path is routed to the JPEG encoder.

Definition at line 83 of file IfxCif.h.

Enumerator for the state of an error.

Enumerator
IfxCif_ErrorState_NoError 

No error occurred.

IfxCif_ErrorState_Error 

Error occurred.

Definition at line 92 of file IfxCif.h.

Enumerator for the extra paths.

Enumerator
IfxCif_ExtraPath_1 
IfxCif_ExtraPath_2 
IfxCif_ExtraPath_3 
IfxCif_ExtraPath_4 
IfxCif_ExtraPath_5 

Definition at line 100 of file IfxCif.h.

Enumerator for tiers.

Enumerator
IfxCif_ImageTiers_Horizontal 

Horizontal tier.

IfxCif_ImageTiers_Vertical 

Vertical tier.

Definition at line 111 of file IfxCif.h.

Enumerator for input interfaces supported by the CIF interface.

Enumerator
IfxCif_InputInterface_ParallelInterface 

Parallel interface (currently the only supported input interface)

Definition at line 119 of file IfxCif.h.

Enumerator for the state of an interrupt.

Enumerator
IfxCif_InterruptTriggeredState_NotTriggered 

Interrupt was not triggered.

IfxCif_InterruptTriggeredState_Triggered 

Interrupt was triggered.

Definition at line 126 of file IfxCif.h.

Enumerator for port input selections.

Enumerator
IfxCif_PortInputSelection_PinMapping0 

pin mapping 0

IfxCif_PortInputSelection_PinMapping1 

pin mapping 1

Definition at line 134 of file IfxCif.h.

Enumerator for states.

Enumerator
IfxCif_State_Disabled 

Disabled state.

IfxCif_State_Enabled 

Enabled state.

Definition at line 142 of file IfxCif.h.

Enumerator for submodules of the CIF interface.

Enumerator
IfxCif_Submodules_AllModules 

All submodules.

IfxCif_Submodules_Debug 

Debug submodule.

IfxCif_Submodules_ExtraPaths 

Extra Paths submodule.

IfxCif_Submodules_LinearDownscaler 

Linear Downscaler submodule.

IfxCif_Submodules_SecurityWatchdog 

Security Watchdog submodule.

IfxCif_Submodules_MemoryInterface 

Memory Interface submodule.

IfxCif_Submodules_JpegEncoder 

JPEG Encoder submodule.

IfxCif_Submodules_ImageSignalProcessing 

Image Signal Processing submodule.

IfxCif_Submodules_YCSplitter 

Y/C-Splitter submodule.

Definition at line 150 of file IfxCif.h.

Enumerator for channel mode of Y/C splitter.

Enumerator
IfxCif_YCSplitterChannelMode_Disabled 

Y/C splitter is disabled.

IfxCif_YCSplitterChannelMode_MainPathAndRawMode 

Y/C splitter is enabled for main path and RAW mode.

Definition at line 165 of file IfxCif.h.