Lines Matching refs:channel
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)
73 ch = timer_test.tim.channel(Timer.A, period=100000)
85 ch = tim.channel(Timer.A | Timer.B, period=5000000)
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)