Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
imu_pixhawk6x.c File Reference
#include "generated/modules.h"
#include "modules/imu/imu.h"
#include "modules/core/abi.h"
#include "mcu_periph/spi.h"
#include "peripherals/invensense2.h"
#include "peripherals/invensense3.h"
+ Include dependency graph for imu_pixhawk6x.c:

Go to the source code of this file.

Functions

void imu_pixhawk6x_init (void)
 
void imu_pixhawk6x_periodic (void)
 
void imu_pixhawk6x_event (void)
 

Variables

static struct invensense3_t imu1
 
static struct invensense3_t imu2
 
static struct invensense2_t imu3
 

Function Documentation

◆ imu_pixhawk6x_event()

void imu_pixhawk6x_event ( void  )

Definition at line 119 of file imu_pixhawk6x.c.

References imu1, imu2, imu3, invensense2_event(), and invensense3_event().

+ Here is the call graph for this function:

◆ imu_pixhawk6x_init()

◆ imu_pixhawk6x_periodic()

void imu_pixhawk6x_periodic ( void  )

Definition at line 112 of file imu_pixhawk6x.c.

References imu1, imu2, imu3, invensense2_periodic(), and invensense3_periodic().

+ Here is the call graph for this function:

Variable Documentation

◆ imu1

struct invensense3_t imu1
static

Definition at line 1 of file imu_pixhawk6x.c.

Referenced by imu_pixhawk6x_event(), imu_pixhawk6x_init(), and imu_pixhawk6x_periodic().

◆ imu2

struct invensense3_t imu2
static

Definition at line 1 of file imu_pixhawk6x.c.

Referenced by imu_pixhawk6x_event(), imu_pixhawk6x_init(), and imu_pixhawk6x_periodic().

◆ imu3

struct invensense2_t imu3
static

Definition at line 1 of file imu_pixhawk6x.c.

Referenced by imu_pixhawk6x_event(), imu_pixhawk6x_init(), and imu_pixhawk6x_periodic().