1.25.7.1 LCDCx_AddToQueueEnable Function

C

// x - Instance of the LCDC peripheral

void LCDCx_AddToQueueEnable(LCDCx_LAYER_ID layer)

Summary

Indicates that a valid descriptor has been written to memory

Description

Indicates that a valid descriptor has been written to memory, its memory location should be written to the DMA head pointer. The A2QSR status bit is set to one, and it is reset by hardware as soon as the descriptor pointed to by the DMA head pointer is added to the list.

Precondition

None.

Parameters

Param Description
layer the target layer

Returns

None

Remarks