Instructions

385 C-Control Pro IDE
© 2013 Conrad Electronic
Parameter
period period duration
PW0 pulse width channel A
PW1 pulse width channel B
PW2 pulse width channel C
PS prescaler (see table prescaler)
5.26.1.43 Timer_T3Start
Timer Functions
Syntax
void Timer_T3Start(byte prescaler);
Sub Timer_T3Start(prescaler As Byte)
Description
The timer continues with the already set parameters. The prescaler must be given again.
Parameter
prescaler prescaler (see table)
5.26.1.44 Timer_T3Stop
Timer Functions
Syntax
void Timer_T3Stop(void);
Sub Timer_T3Stop()
Description
The frequency generation gets stopped. The output signal can be 0 or 1, dependent on the last state. Only
the clock generation is stopped, all other settings stay the same.
Parameter
None