PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <ICM20948_mag.h>
Public Attributes | |
uint8_t | st1 |
int16_t | x |
int16_t | y |
int16_t | z |
uint8_t | tmps |
uint8_t | st2 |
Definition at line 94 of file ICM20948_mag.h.
uint8_t ak09916_regs::st1 |
Definition at line 95 of file ICM20948_mag.h.
Referenced by ICM20948_mag::_measure().
uint8_t ak09916_regs::st2 |
Definition at line 100 of file ICM20948_mag.h.
Referenced by AK09916::measure().
uint8_t ak09916_regs::tmps |
Definition at line 99 of file ICM20948_mag.h.
int16_t ak09916_regs::x |
Definition at line 96 of file ICM20948_mag.h.
Referenced by ICM20948_mag::_measure(), and AK09916::measure().
int16_t ak09916_regs::y |
Definition at line 97 of file ICM20948_mag.h.
Referenced by ICM20948_mag::_measure(), and AK09916::measure().
int16_t ak09916_regs::z |
Definition at line 98 of file ICM20948_mag.h.
Referenced by ICM20948_mag::_measure(), and AK09916::measure().