Lines Matching refs:freq
20 ch = tim.channel(Timer.A, freq=5)
22 ch = tim.channel(Timer.B, freq=5)
26 ch = tim.channel(Timer.A, freq=50)
28 ch = tim.channel(Timer.B, freq=50)
32 ch = tim.channel(Timer.A, freq=50000, duty_cycle=2000, polarity=Timer.POSITIVE)
34 ch = tim.channel(Timer.B, freq=50000, duty_cycle=8000, polarity=Timer.NEGATIVE)
54 ch = timer_test.tim.channel(Timer.A, freq=5)
55 print(ch.freq() == 5)
60 ch.freq(100)
65 ch.freq(1000)
90 ch = tim.channel(Timer.A, freq=5)
111 ch = tim.channel(TIMER_A | TIMER_B, freq=10)
116 ch = tim.channel(TIMER_A, freq=4)