2.58.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

ParamDescription
enableif true, H/VSYNC signals are generated. if false, signals are disabled

Returns

None

Remarks

None