IF8080 Vsync Polarity
- group x3e_IF8080_VsyncPolarity
Defines
-
IF8080_VSYNC_POLARITY_RISING (0)
Vsync polarity is rising edge triggered.
-
IF8080_VSYNC_POLARITY_FALLING (IF8080_VSYNC_POLARITY_MSK)
Vsync polarity is falling edge triggered.
-
IS_IF8080_VSYNC_POLARITY(POLARITY) (((POLARITY) == IF8080_VSYNC_POLARITY_RISING
) || \
((POLARITY) ==
IF8080_VSYNC_POLARITY_FALLING)) Check whether is the IF8080 Vsync polarity.
-
IF8080_VSYNC_POLARITY_RISING (0)