2.58.34 LCDCx_SetDMAHeadPointer Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetDMAHeadPointer(LCDCx_LAYER_ID layer, uint32_t head)

Summary

Sets the specified layer's Head Pointer to the DMA descriptor address

Description

None

Precondition

None.

Parameters

ParamDescription
layerthe target layer
headthe DMA decriptor address

Returns

None

Remarks

None