1.25.7.61 LCDCx_SetVSYNCPulseHoldConfig Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetVSYNCPulseHoldConfig(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 held active one pclk after the HSYNC pulse

Returns

None

Remarks

None