Loading...
Searching...
No Matches

Device descriptor for a FXOS8700 device. More...

Detailed Description

Device descriptor for a FXOS8700 device.

Definition at line 88 of file fxos8700.h.

#include <fxos8700.h>

Data Fields

uint8_t config
 sensor configuration including active mode
 
fxos8700_measurement_t acc_cached
 cached 3-axis acceleration
 
fxos8700_measurement_t mag_cached
 cached 3-axis magnetic field
 
uint32_t last_read_time
 last time when cached data was refreshed
 
fxos8700_params_t p
 configuration parameters
 

Field Documentation

◆ acc_cached

fxos8700_measurement_t fxos8700_t::acc_cached

cached 3-axis acceleration

Definition at line 90 of file fxos8700.h.

◆ config

uint8_t fxos8700_t::config

sensor configuration including active mode

Definition at line 89 of file fxos8700.h.

◆ last_read_time

uint32_t fxos8700_t::last_read_time

last time when cached data was refreshed

Definition at line 92 of file fxos8700.h.

◆ mag_cached

fxos8700_measurement_t fxos8700_t::mag_cached

cached 3-axis magnetic field

Definition at line 91 of file fxos8700.h.

◆ p

fxos8700_params_t fxos8700_t::p

configuration parameters

Definition at line 93 of file fxos8700.h.


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