![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This defines the configuration structure of the pedometer. More...
#include <pedometer.h>

Data Fields | |
| uint16_t | sleepminimum |
| uint16_t | sleepmaximum |
| debounce_count_t | sleepcount_threshold |
| struct { | |
| uint8_t __pad0__: 5 | |
| bool sleep_dbcntm: 1 | |
| bool activity_dbcntm: 1 | |
| bool config: 1 | |
| } | bits |
| KeynetikConfig | keynetik |
| debounce_count_t | activitycount_threshold |
| uint8_t | stepcoalesce |
| uint16_t | oneG |
| uint16_t | frequency |
This defines the configuration structure of the pedometer.
Definition at line 72 of file pedometer.h.
| uint8_t __pad0__ |
Definition at line 79 of file pedometer.h.
| bool activity_dbcntm |
Definition at line 82 of file pedometer.h.
| debounce_count_t activitycount_threshold |
Definition at line 88 of file pedometer.h.
| struct { ... } bits |
| bool config |
Definition at line 84 of file pedometer.h.
| uint16_t frequency |
Definition at line 93 of file pedometer.h.
Referenced by pedometer_configure().
| KeynetikConfig keynetik |
Definition at line 87 of file pedometer.h.
Referenced by pedometer_configure().
| uint16_t oneG |
Definition at line 90 of file pedometer.h.
Referenced by pedometer_configure().
| bool sleep_dbcntm |
Definition at line 80 of file pedometer.h.
| debounce_count_t sleepcount_threshold |
Definition at line 76 of file pedometer.h.
| uint16_t sleepmaximum |
Definition at line 75 of file pedometer.h.
| uint16_t sleepminimum |
Definition at line 74 of file pedometer.h.
| uint8_t stepcoalesce |
Definition at line 89 of file pedometer.h.