1.25.7.40 LCDCx_SetLCDDisableInterruptEnable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetLCDDisableInterruptEnable(bool enable)

Summary

Enables/disables the LCD disable interrupt

Description

None

Precondition

None.

Parameters

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

Returns

None

Remarks

None