ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
pedometer_config_t Struct Reference

This defines the configuration structure of the pedometer. More...

#include <pedometer.h>

Collaboration diagram for pedometer_config_t:
Collaboration graph

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
 

Detailed Description

This defines the configuration structure of the pedometer.

Definition at line 72 of file pedometer.h.

Field Documentation

◆ __pad0__

uint8_t __pad0__

Definition at line 79 of file pedometer.h.

◆ activity_dbcntm

bool activity_dbcntm

Definition at line 82 of file pedometer.h.

◆ activitycount_threshold

debounce_count_t activitycount_threshold

Definition at line 88 of file pedometer.h.

◆ bits

struct { ... } bits

◆ config

bool config

Definition at line 84 of file pedometer.h.

◆ frequency

uint16_t frequency

Definition at line 93 of file pedometer.h.

Referenced by pedometer_configure().

◆ keynetik

KeynetikConfig keynetik

Definition at line 87 of file pedometer.h.

Referenced by pedometer_configure().

◆ oneG

uint16_t oneG

Definition at line 90 of file pedometer.h.

Referenced by pedometer_configure().

◆ sleep_dbcntm

bool sleep_dbcntm

Definition at line 80 of file pedometer.h.

◆ sleepcount_threshold

debounce_count_t sleepcount_threshold

Definition at line 76 of file pedometer.h.

◆ sleepmaximum

uint16_t sleepmaximum

Definition at line 75 of file pedometer.h.

◆ sleepminimum

uint16_t sleepminimum

Definition at line 74 of file pedometer.h.

◆ stepcoalesce

uint8_t stepcoalesce

Definition at line 89 of file pedometer.h.


The documentation for this struct was generated from the following file: