no-OS
Public Attributes | List of all members
adis_temp_flags Struct Reference

Bitfield struct which maps on the temperature fags from the temperature register. More...

#include <adis.h>

Public Attributes

uint8_t accl_temp_z_x:1
 
uint8_t accl_temp_y_z:1
 
uint8_t accl_temp_x_y:1
 
uint8_t gyro2_temp_z:1
 
uint8_t gyro1_temp_z:1
 
uint8_t gyro2_temp_y:1
 
uint8_t gyro1_temp_y:1
 
uint8_t gyro2_temp_x:1
 
uint8_t gyro1_temp_x:1
 

Detailed Description

Bitfield struct which maps on the temperature fags from the temperature register.

Member Data Documentation

◆ accl_temp_x_y

uint8_t adis_temp_flags::accl_temp_x_y

Accelerometer temperature flag for x-axis and y-axis.

◆ accl_temp_y_z

uint8_t adis_temp_flags::accl_temp_y_z

Accelerometer temperature flag for y-axis and z-axis.

◆ accl_temp_z_x

uint8_t adis_temp_flags::accl_temp_z_x

Accelerometer temperature flag for z-axis and x-axis.

◆ gyro1_temp_x

uint8_t adis_temp_flags::gyro1_temp_x

Gyroscope1 temperature flag for x-axis.

◆ gyro1_temp_y

uint8_t adis_temp_flags::gyro1_temp_y

Gyroscope1 temperature flag for y-axis.

◆ gyro1_temp_z

uint8_t adis_temp_flags::gyro1_temp_z

Gyroscope1 temperature flag for z-axis.

◆ gyro2_temp_x

uint8_t adis_temp_flags::gyro2_temp_x

Gyroscope2 temperature flag for x-axis.

◆ gyro2_temp_y

uint8_t adis_temp_flags::gyro2_temp_y

Gyroscope2 temperature flag for y-axis.

◆ gyro2_temp_z

uint8_t adis_temp_flags::gyro2_temp_z

Gyroscope2 temperature flag for z-axis.


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