diff options
Diffstat (limited to 'cc3200/qstrdefsport.h')
| -rw-r--r-- | cc3200/qstrdefsport.h | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/cc3200/qstrdefsport.h b/cc3200/qstrdefsport.h index b14925d19..3a8fb55de 100644 --- a/cc3200/qstrdefsport.h +++ b/cc3200/qstrdefsport.h @@ -235,7 +235,7 @@ Q(network) Q(route) Q(start_server) Q(stop_server) -Q(server_enabled) +Q(server_running) Q(server_login) // for WLAN class @@ -325,3 +325,28 @@ Q(send_recv) Q(ACTIVE_LOW) Q(ACTIVE_HIGH) +// for Timer class +Q(Timer) +Q(TimerChannel) +Q(init) +Q(deinit) +Q(freq) +Q(mode) +Q(width) +Q(channel) +Q(polarity) +Q(duty_cycle) +Q(time) +Q(event_count) +Q(event_time) +Q(A) +Q(B) +Q(AB) +Q(ONE_SHOT) +Q(PERIODIC) +Q(EDGE_COUNT) +Q(EDGE_TIME) +Q(PWM) +Q(POSITIVE) +Q(NEGATIVE) + |
