Module Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
112
11.5.5.16 MM_ERROR mmlGdcDispWinSync ( MML_GDC_DISP_WINDOW win, MML_GDC_SYNC
sync )
Inserts a sync object into the window settings queue. The sync object will be signaled after the preceding
mmlGdcDispWinCommit has been processed.
Parameters
in
win
A MML_GDC_DISP_WINDOW returned from a previous call to mmlGdcDispWinCreate.
out
sync
Sync object. After successful completion of mmlGdcDispWinSync it holds the parameter of
the inserted sync.
Return values
MML_OK
On success.
MML_ERR_GDC_DISP_INVALID_ARG
If one of the parameters is invalid.
11.5.5.17 MM_ERROR mmlGdcDispWinWaitSync ( MML_GDC_DISP_WINDOW win,
MML_GDC_SYNC sync )
Inserts a sync wait into the window settings queue for win. mmlGdcDispWinCommit operations performed after this
call are only executed after sync gets signaled. mmlGdcDispWinWaitSync shall only be called once before a call to
mmlGdcDispWinCommit.
Parameters
in
win
The window to apply the wait condition.
in
sync
Sync object to wait for.
Return values
MML_OK
On success.
MML_ERR_GDC_DISP_INVALID_ARG
If one of the parameters is invalid.