no-OS
|
ADXL355 Device structure. More...
#include <adxl355.h>
Public Attributes | |
enum adxl355_type | dev_type |
union adxl355_comm_desc | com_desc |
enum adxl355_comm_type | comm_type |
enum adxl355_op_mode | op_mode |
enum adxl355_odr_lpf | odr_lpf |
enum adxl355_hpf_corner | hpf_corner |
enum adxl355_range | range |
uint16_t | x_offset |
uint16_t | y_offset |
uint16_t | z_offset |
uint8_t | fifo_samples |
union adxl355_act_en_flags | act_en |
uint8_t | act_cnt |
uint16_t | act_thr |
uint8_t | comm_buff [289] |
ADXL355 Device structure.
uint8_t adxl355_dev::act_cnt |
union adxl355_act_en_flags adxl355_dev::act_en |
uint16_t adxl355_dev::act_thr |
union adxl355_comm_desc adxl355_dev::com_desc |
Device communication descriptor
uint8_t adxl355_dev::comm_buff[289] |
enum adxl355_comm_type adxl355_dev::comm_type |
Device Communication type: ADXL355_SPI_COMM, ADXL355_I2C_COMM
enum adxl355_type adxl355_dev::dev_type |
Device type
uint8_t adxl355_dev::fifo_samples |
enum adxl355_hpf_corner adxl355_dev::hpf_corner |
enum adxl355_odr_lpf adxl355_dev::odr_lpf |
enum adxl355_op_mode adxl355_dev::op_mode |
enum adxl355_range adxl355_dev::range |
uint16_t adxl355_dev::x_offset |
uint16_t adxl355_dev::y_offset |
uint16_t adxl355_dev::z_offset |