| Updated: October 28, 2024 |
Flags used in the flags field of the timing structure that describes video timing parameters
#include <wfdqnx/wfdcfg.h>
enum wfdcfg_flags {
WFDCFG_INVERT_HSYNC =_b(0),
WFDCFG_INVERT_VSYNC =_b(1),
WFDCFG_INVERT_DATA_EN =_b(2),
WFDCFG_INVERT_CLOCK =_b(3),
WFDCFG_INVERT_DATA =_b(4),
WFDCFG_INVERT_HV_SYNC_RF =_b(5),
WFDCFG_INTERLACE =_b(8),
WFDCFG_DOUBLESCAN =_b(9),
WFDCFG_BOTTOM_FIRST =_b(11),
WFDCFG_PREFERRED =_b(31)
};