Instructions
384Libraries
© 2013 Conrad Electronic
PS_1 (1)
67,8 ns
62,5 ns
PS_8 (2)
542,5 ns
500 ns
PS_64 (3)
4,34 µs
4 µs
PS_256 (4)
17,36 µs
16 µs
PS_1024 (5)
69,44 µs
64 µs
5.26.1.41 Timer_T3PWMX
Timer Functions
Syntax
void Timer_T3PWMX(word period, word PW0, word PW1, byte PS);
Sub Timer_T3PWMX(period As Word, PW0 As Word, PW1 As Word, PS As Byte)
Description
This function initializes Timer_3 with given period duration, prescaler, pulse width for channel A and B. The
output signal is generated at
PortE.3 (X1_13) and PortE.4 (X1_12).
For the pulse width parameters do not use the value zero. See Pulse Width Modulation
Parameter
period period duration
PW0 pulse width channel A
PW1 pulse width channel B
PS prescaler (see table prescaler)
5.26.1.42 Timer_T3PWMY
Timer Functions
Syntax
void Timer_T3PWMY(word period, word PW0, word PW1, word PW2, byte PS);
Sub Timer_T3PWMY(period As Word, PW0 As Word, PW1 As Word, PW2 As Word,
PS As Byte)
Description
This function initializes Timer_3 with given period duration, prescaler, pulse width for channel A, B and C.
The output signal is generated at
PortE.3 (X1_13), PortE.4 (X1_12) and PortE.5 (X1_11).
For the pulse width parameters do not use the value zero. See Pulse Width Modulation