![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | AMI601_NB_CHAN 6 |
#define | AMI601_IDLE 0 |
#define | AMI601_SENDING_REQ 1 |
#define | AMI601_WAITING_MEASURE 2 |
#define | AMI601_READING_MEASURE 3 |
#define | AMI601_DATA_AVAILABLE 4 |
#define | AMI601_SLAVE_ADDR 0x60 |
#define | AMI601_IT TIR_MR1I |
#define | AMI601_ISR() {} |
#define | AMI601Event(_handler) |
Functions | |
void | ami601_init (void) |
void | ami601_read (void) |
void | ami601_periodic (void) |
void | ami601_scale_measures (void) |
Definition at line 12 of file ami601.c.
References ami601_i2c_trans, AMI601_IDLE, AMI601_NB_CHAN, ami601_nb_err, AMI601_SLAVE_ADDR, ami601_status, ami601_values, I2CTransSuccess, i2c_transaction::slave_addr, and i2c_transaction::status.
Definition at line 26 of file ami601.c.
References ami601_i2c_trans, AMI601_IDLE, ami601_nb_err, AMI601_SENDING_REQ, ami601_status, i2c_transaction::buf, foo, i2c_submit(), I2CTransTx, i2c_transaction::len_w, and i2c_transaction::type.
|
extern |
Definition at line 9 of file ami601.c.
Referenced by ami601_init(), and ami601_read().
Definition at line 10 of file ami601.c.
Referenced by ami601_init(), and ami601_read().
Definition at line 8 of file ami601.c.
Referenced by ami601_init(), and ami601_read().
|
extern |
Definition at line 6 of file ami601.c.
Referenced by ami601_init().