BMI160 Initial

Dependents:   MAX32630HSP3_IMU_HelloWorld MAX32630HSP3_IMU_HelloWorld MAX32630HSP3_Pitch_Charles Maxim_Squeeks

Embed: (wiki syntax)

« Back to documentation index

bmi160_aux_fifo_data Struct Reference

bmi160_aux_fifo_data Struct Reference

FIFO aux. sensor data structure. More...

#include <bmi160_defs.h>

Data Fields

uint8_t aux_x_lsb
uint8_t aux_x_msb
uint8_t aux_y_lsb
uint8_t aux_y_msb
uint8_t aux_z_lsb
uint8_t aux_z_msb
uint8_t aux_r_y2_lsb
uint8_t aux_r_y2_msb

Detailed Description

FIFO aux. sensor data structure.

Definition at line 915 of file bmi160_defs.h.


Field Documentation

uint8_t aux_r_y2_lsb

The value of aux. sensor r for BMM150 LSB data

Definition at line 929 of file bmi160_defs.h.

uint8_t aux_r_y2_msb

The value of aux. sensor r for BMM150 MSB data

Definition at line 931 of file bmi160_defs.h.

uint8_t aux_x_lsb

The value of aux. sensor x LSB data

Definition at line 917 of file bmi160_defs.h.

uint8_t aux_x_msb

The value of aux. sensor x MSB data

Definition at line 919 of file bmi160_defs.h.

uint8_t aux_y_lsb

The value of aux. sensor y LSB data

Definition at line 921 of file bmi160_defs.h.

uint8_t aux_y_msb

The value of aux. sensor y MSB data

Definition at line 923 of file bmi160_defs.h.

uint8_t aux_z_lsb

The value of aux. sensor z LSB data

Definition at line 925 of file bmi160_defs.h.

uint8_t aux_z_msb

The value of aux. sensor z MSB data

Definition at line 927 of file bmi160_defs.h.