1.25.7.62 1.27.6.62 LCDCx_SetVSYNCPulseSetupConfig Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetVSYNCPulseSetupConfig(bool synchronous)
Summary
Sets the VSYNC pulse sync with HSYNC pulse edge
Description
None
Precondition
None.
Parameters
Param | Description |
---|---|
synchronous | if true, VSYNC is asserted sync with the HSYNC pulse edge if false, VSYNC is asserted one pclk before the HSYNC pulse |
Returns
None
Remarks
None