lvds_fid_type_t
Description
Defines the type of the frame identification ID (FID).
Prototype
typedef enum {
LVDS_FID_NONE = 0x00,
LVDS_FID_IN_SAV = 0x01, /* frame identification id in SAV 4th */
LVDS_FID_IN_DATA = 0x02, /* frame identification id in first data */
LVDS_FID_BUTT
} lvds_fid_type_t;
Members
Member |
Description |
|---|---|
LVDS_FID_NONE |
FID is not used. |
LVDS_FID_IN_SAV |
LVDS_FID_IN_SAV indicates that the FID is inserted into the fourth field of SAV. The sync code of the DOL four fields needs to configure fid_type to LVDS_FID_IN_SAV. |
LVDS_FID_IN_DATA |
LVDS_FID_IN_DATA indicates that the FID is inserted before the first pixel after the sync code as the frame information column. The sync code of the DOL five fields needs to configure fid_type to LVDS_FID_IN_DATA. |
Parent topic: MIPI RX ioctl Command Words