1.25.7.58 LCDCx_SetVerticalFrontPorchWidth Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetVerticalFrontPorchWidth(uint16_t value)

Summary

Sets VSYNC front porch width, give in number of lines

Description

This field indicates the number of lines at the end of the frame

Precondition

None.

Parameters

Param Description
value the 16-bit porch width, must be greater than 1

Returns

None

Remarks

None