Device descriptor for a FXOS8700 device. More...
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 | |
fxos8700_measurement_t fxos8700_t::acc_cached |
cached 3-axis acceleration
Definition at line 90 of file fxos8700.h.
uint8_t fxos8700_t::config |
sensor configuration including active mode
Definition at line 89 of file fxos8700.h.
uint32_t fxos8700_t::last_read_time |
last time when cached data was refreshed
Definition at line 92 of file fxos8700.h.
fxos8700_measurement_t fxos8700_t::mag_cached |
cached 3-axis magnetic field
Definition at line 91 of file fxos8700.h.
fxos8700_params_t fxos8700_t::p |
configuration parameters
Definition at line 93 of file fxos8700.h.