ISSDK  1.8
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 46 of file pedometer.h.

Field Documentation

◆ __pad0__

uint8_t __pad0__

Definition at line 53 of file pedometer.h.

◆ activity_dbcntm

bool activity_dbcntm

Definition at line 56 of file pedometer.h.

◆ activitycount_threshold

debounce_count_t activitycount_threshold

Definition at line 62 of file pedometer.h.

◆ bits

struct { ... } bits

◆ config

bool config

Definition at line 58 of file pedometer.h.

◆ frequency

uint16_t frequency

Definition at line 67 of file pedometer.h.

Referenced by pedometer_configure().

◆ keynetik

KeynetikConfig keynetik

Definition at line 61 of file pedometer.h.

Referenced by pedometer_configure().

◆ oneG

uint16_t oneG

Definition at line 64 of file pedometer.h.

Referenced by pedometer_configure().

◆ sleep_dbcntm

bool sleep_dbcntm

Definition at line 54 of file pedometer.h.

◆ sleepcount_threshold

debounce_count_t sleepcount_threshold

Definition at line 50 of file pedometer.h.

◆ sleepmaximum

uint16_t sleepmaximum

Definition at line 49 of file pedometer.h.

◆ sleepminimum

uint16_t sleepminimum

Definition at line 48 of file pedometer.h.

◆ stepcoalesce

uint8_t stepcoalesce

Definition at line 63 of file pedometer.h.


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