1.25.7.44 1.27.6.44 LCDCx_SetPixelClockEnable Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetPixelClockEnable(bool enable)
Summary
Enables/disables the pixel clock
Description
None
Precondition
None.
Parameters
Param | Description |
---|---|
enable | if true, pixel clock is enabled. Disabled if false. |
Returns
None
Remarks
None