1.25.7.49 1.27.6.49 LCDCx_SetPWMEnable Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetPWMEnable(bool enable)
Summary
Enables/disables the PWM signal
Description
None
Precondition
None.
Parameters
Param | Description |
---|---|
enable | if true, PWM signal is generated. if false, PWM is disabled |
Returns
None
Remarks
None