|
Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for imu_crista.c:Go to the source code of this file.
Macros | |
| #define | ImuMagEvent() {} |
Functions | |
| void | imu_crista_init (void) |
| void | imu_crista_periodic (void) |
| void | imu_christa_event (void) |
Variables | |
| volatile bool | ADS8344_available |
| uint16_t | ADS8344_values [ADS8344_NB_CHANNELS] |
| #define ImuMagEvent | ( | ) | {} |
Definition at line 88 of file imu_crista.c.
Referenced by imu_christa_event().
| void imu_christa_event | ( | void | ) |
Definition at line 91 of file imu_crista.c.
References Imu::accel, Imu::accel_unscaled, ADS8344_available, ADS8344_values, Imu::gyro, Imu::gyro_unscaled, imu, IMU_ACCEL_X_CHAN, IMU_ACCEL_Y_CHAN, IMU_ACCEL_Z_CHAN, IMU_CRISTA_ID, IMU_GYRO_P_CHAN, IMU_GYRO_Q_CHAN, IMU_GYRO_R_CHAN, imu_scale_accel(), imu_scale_gyro(), ImuMagEvent, Int32Rates::p, Int32Rates::q, Int32Rates::r, Int32Vect3::x, Int32Vect3::y, and Int32Vect3::z.
Here is the call graph for this function:| void imu_crista_init | ( | void | ) |
Definition at line 28 of file imu_crista.c.
References ADS8344_available, ami601_init(), hmc5843_init(), and imu_crista_arch_init().
Here is the call graph for this function:| void imu_crista_periodic | ( | void | ) |
Definition at line 44 of file imu_crista.c.
References ami601_read(), hmc5843_periodic(), and ImuCristaArchPeriodic.
Here is the call graph for this function:| volatile bool ADS8344_available |
Definition at line 25 of file imu_crista.c.
Referenced by imu_christa_event(), and imu_crista_init().
| uint16_t ADS8344_values[ADS8344_NB_CHANNELS] |
Definition at line 26 of file imu_crista.c.
Referenced by imu_christa_event().