Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "peripherals/bmi088.h"
Go to the source code of this file.
Functions | |
void | bmi088_set_default_config (struct Bmi088Config *c) |
void | bmi088_send_config (Bmi088ConfigSet bmi_set, void *bmi, struct Bmi088Config *config) |
Configuration sequence called once before normal use. More... | |
Variables | |
const float | BMI088_GYRO_SENS [5] |
const int32_t | BMI088_GYRO_SENS_FRAC [5][2] |
const float | BMI088_ACCEL_SENS [4] |
const int32_t | BMI088_ACCEL_SENS_FRAC [4][2] |
BMI088 driver common functions (I2C and SPI).
Still needs the either I2C or SPI specific implementation.
Definition in file bmi088.c.
void bmi088_send_config | ( | Bmi088ConfigSet | bmi_set, |
void * | bmi, | ||
struct Bmi088Config * | config | ||
) |
Configuration sequence called once before normal use.
Definition at line 70 of file bmi088.c.
References BMI088_ACCEL_ACTIVE, BMI088_ACCEL_CONF, BMI088_ACCEL_POWER_ON, BMI088_ACCEL_PWR_CONF, BMI088_ACCEL_PWR_CTRl, BMI088_ACCEL_RANGE, BMI088_CONF_ACCEL_ODR, BMI088_CONF_ACCEL_PWR_CONF, BMI088_CONF_ACCEL_PWR_CTRL, BMI088_CONF_ACCEL_RANGE, BMI088_CONF_DONE, BMI088_CONF_GYRO_ODR, BMI088_CONF_GYRO_PWR, BMI088_CONF_GYRO_RANGE, BMI088_CONFIG_ACCEL, BMI088_CONFIG_GYRO, BMI088_GYRO_BAND_WIDTH, BMI088_GYRO_LPM_1, BMI088_GYRO_NORMAL, BMI088_GYRO_RANGE, and config.
Referenced by bmi088_i2c_event(), and bmi088_i2c_start_configure().
void bmi088_set_default_config | ( | struct Bmi088Config * | c | ) |
Definition at line 61 of file bmi088.c.
References BMI088_DEFAULT_ACCEL_BW, BMI088_DEFAULT_ACCEL_ODR, BMI088_DEFAULT_ACCEL_RANGE, BMI088_DEFAULT_GYRO_ODR, BMI088_DEFAULT_GYRO_RANGE, and c().
Referenced by bmi088_i2c_init().
const float BMI088_ACCEL_SENS[4] |
const int32_t BMI088_ACCEL_SENS_FRAC[4][2] |
const float BMI088_GYRO_SENS[5] |
const int32_t BMI088_GYRO_SENS_FRAC[5][2] |