PDK API Guide for J721E
CSIRX_StreamFccCfg Struct Reference

Detailed Description

Stream Frame Capture Control configuration. Used to specify the frame count value when when the CSIRX must generate interrupts FCC_START and FCC_STOP. This register must only be modified when the corresponding frame count enable is disabled.

Data Fields

uint16_t frameCountStop
 
uint16_t frameCountStart
 

Field Documentation

◆ frameCountStop

uint16_t CSIRX_StreamFccCfg::frameCountStop

Indicates the frame number on which the interrupt should be generated and the stream will stop outputting data on the pixel interface. (0x0000 will be continuous frames.)

◆ frameCountStart

uint16_t CSIRX_StreamFccCfg::frameCountStart

Indicates the frame number on which the interrupt should be generated and the stream will start outputting data on the pixel interface. (0x0000 will be the current frame.)