1.25.7.39 LCDCx_SetLayerClockGatingDisable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetLayerClockGatingDisable(LCDCx_LAYER_ID layer, bool disable)

Summary

Disables/Enables the clock gating on the LCDC layers

Description

None

Precondition

None.

Parameters

Param Description
layer the layer to enable clock gating on
disable disables the clock gating if true, enables if false

Returns

None

Remarks

None