1.27.6.54 LCDCx_SetSYNCEnable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetSYNCEnable(bool enable)

Summary

Enables/disables the VSYNC and HSYNC signals

Description

None

Precondition

None.

Parameters

Param Description
enable if true, H/VSYNC signals are generated. if false, signals are disabled

Returns

None

Remarks

None