no-OS
|
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 |
Bitfield struct which maps on the temperature fags from the temperature register.
uint8_t adis_temp_flags::accl_temp_x_y |
Accelerometer temperature flag for x-axis and y-axis.
uint8_t adis_temp_flags::accl_temp_y_z |
Accelerometer temperature flag for y-axis and z-axis.
uint8_t adis_temp_flags::accl_temp_z_x |
Accelerometer temperature flag for z-axis and x-axis.
uint8_t adis_temp_flags::gyro1_temp_x |
Gyroscope1 temperature flag for x-axis.
uint8_t adis_temp_flags::gyro1_temp_y |
Gyroscope1 temperature flag for y-axis.
uint8_t adis_temp_flags::gyro1_temp_z |
Gyroscope1 temperature flag for z-axis.
uint8_t adis_temp_flags::gyro2_temp_x |
Gyroscope2 temperature flag for x-axis.
uint8_t adis_temp_flags::gyro2_temp_y |
Gyroscope2 temperature flag for y-axis.
uint8_t adis_temp_flags::gyro2_temp_z |
Gyroscope2 temperature flag for z-axis.