1.27.6.53 LCDCx_SetSOFInterruptEnable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetSOFInterruptEnable(bool enable)

Summary

Enables/disables the start of frame interrupt

Description

None

Precondition

None.

Parameters

Param Description
enable if true, interrupt is enabled. Disabled if false

Returns

None

Remarks

None