@@ -970,8 +970,8 @@ is 1 kHz. Defaults to 20 kHz.
970970
971971.SS oneshot
972972The oneshot is a hardware one-shot device suitable for various timing, delay,
973- signal conditioning and watchdog functions. The oneshot module includes 2 timers
974- to allow variable pulse delays for applications like phase control.
973+ signal conditioning, PWM generation, and watchdog functions. The oneshot module
974+ includes 2 timers to allow variable pulse delays for applications like phase control.
975975Trigger sources can be software, external inputs, the DPLL timer, a built in
976976rate generator or the other timer.
977977Oneshots have names like "hm2_\fI <BoardType> \fR .\fI <BoardNum> \fR .oneshot.\fI <Instance> \fR "
@@ -996,7 +996,7 @@ External trigger response will be delayed by the filter time setting
996996
997997.TP
998998(float rw) filter2
999- Sets digital filter time constant for timer1 's external trigger input
999+ Sets digital filter time constant for timer2 's external trigger input
10001000Filter time is in ms. Default filter time constant time is 0.1 ms.
10011001External trigger response will be delayed by the filter time setting
10021002
@@ -1031,7 +1031,7 @@ falling edge of the trigger source.
10311031(bit rw) retriggerable1,retriggerable2
10321032When true, the associated timer is retriggerable, meaning
10331033the timer will reset to full time on a trigger event
1034- even durin the output pulse period.
1034+ even during the output pulse period.
10351035When false the timer is not retriggerable, meaning
10361036it will ignore trigger events during the output
10371037pulse period.
0 commit comments