1.27.6.56 LCDCx_SetUseDMAPathEnable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetUseDMAPathEnable(LCDCx_LAYER_ID layer, bool enable)

Summary

Enables/disables the DMA path for the specified layer

Description

None

Precondition

None.

Parameters

Param Description
layer the target layer
enable if true, the DMA channel retrieves pixels from memory if false, the default layer color is used

Returns

None

Remarks