1.25.7.24 1.27.6.24 LCDCx_SetChannelEnable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetChannelEnable(LCDCx_LAYER_ID layer, bool enable)

Summary

Enables/disables the DMA channel

Description

None

Precondition

None.

Parameters

Param Description
layer the target layer
enable if true, DMA channel is enabled. Disabled if false

Returns

None

Remarks