ISSDK  1.8
IoT Sensing Software Development Kit
Data Fields
mma865x_offset_noise_t Struct Reference

This structure defines offset and noise calculation parameters. More...

Collaboration diagram for mma865x_offset_noise_t:
Collaboration graph

Data Fields

float offx
 
float offy
 
float offz
 
float rmsx
 
float rmsy
 
float rmsz
 
uint8_t complete_accel_offnoise
 

Detailed Description

This structure defines offset and noise calculation parameters.

Definition at line 146 of file mma865x_freemaster_demo.c.

Field Documentation

◆ complete_accel_offnoise

uint8_t complete_accel_offnoise

Definition at line 154 of file mma865x_freemaster_demo.c.

Referenced by accel_off_noise(), and offset_noise_init().

◆ offx

float offx

Definition at line 148 of file mma865x_freemaster_demo.c.

Referenced by accel_off_noise(), and offset_noise_init().

◆ offy

float offy

Definition at line 149 of file mma865x_freemaster_demo.c.

Referenced by accel_off_noise(), and offset_noise_init().

◆ offz

float offz

Definition at line 150 of file mma865x_freemaster_demo.c.

Referenced by accel_off_noise(), and offset_noise_init().

◆ rmsx

float rmsx

Definition at line 151 of file mma865x_freemaster_demo.c.

Referenced by accel_off_noise(), and offset_noise_init().

◆ rmsy

float rmsy

Definition at line 152 of file mma865x_freemaster_demo.c.

Referenced by accel_off_noise(), and offset_noise_init().

◆ rmsz

float rmsz

Definition at line 153 of file mma865x_freemaster_demo.c.

Referenced by accel_off_noise(), and offset_noise_init().


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