aboutsummaryrefslogtreecommitdiff
path: root/teensy/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/qstrdefsport.h')
-rw-r--r--teensy/qstrdefsport.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/teensy/qstrdefsport.h b/teensy/qstrdefsport.h
index bdafd1428..44f5d4309 100644
--- a/teensy/qstrdefsport.h
+++ b/teensy/qstrdefsport.h
@@ -87,6 +87,42 @@ Q(PULL_NONE)
Q(PULL_UP)
Q(PULL_DOWN)
+// for Timer class
+Q(Timer)
+Q(init)
+Q(deinit)
+Q(channel)
+Q(counter)
+Q(prescaler)
+Q(period)
+Q(callback)
+Q(freq)
+Q(mode)
+Q(reg)
+Q(UP)
+Q(CENTER)
+Q(IC)
+Q(PWM)
+Q(PWM_INVERTED)
+Q(OC_TIMING)
+Q(OC_ACTIVE)
+Q(OC_INACTIVE)
+Q(OC_TOGGLE)
+Q(OC_FORCED_ACTIVE)
+Q(OC_FORCED_INACTIVE)
+Q(HIGH)
+Q(LOW)
+Q(RISING)
+Q(FALLING)
+Q(BOTH)
+
+// for TimerChannel class
+Q(TimerChannel)
+Q(pulse_width)
+Q(compare)
+Q(capture)
+Q(polarity)
+t
// for UART class
Q(UART)
Q(baudrate)