lvds_fid_type_t
Description
Defines the type of the frame identification ID (FID).
Definition
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 |
The FID is inserted into the fourth field of SAV. The sync code of the four fields in DOL mode needs to set lvds_fid_attr_t.fid_type to LVDS_FID_IN_SAV. |
LVDS_FID_IN_DATA |
The FID is inserted as the frame information column before the first pixel following the sync code. The sync code of the five fields in DOL mode needs to set lvds_fid_attr_t.fid_type to LVDS_FID_IN_DATA. |
Parent topic: MIPI RX ioctl Command Words