1.27.6.36 LCDCx_SetHorizontalFrontPorchWidth Function

C

// x - Instance of the LCDC peripheral

void LCDCx_SetHorizontalFrontPorchWidth(uint16_t value)

Summary

Sets HSYNC front porch width, give in number of pixel clocks

Description

Number of pixel clock cycles inserted at the end of the active line

Precondition

None.

Parameters

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

Returns

None

Remarks

None