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

ParamDescription
layerthe layer to enable clock gating on
disabledisables the clock gating if true, enables if false

Returns

None

Remarks

None