Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Dummy functions for handling of I2C hardware in sim. More...
#include "mcu_periph/i2c.h"
Go to the source code of this file.
Functions | |
bool_t | i2c_idle (struct i2c_periph *p) |
Check if I2C bus is idle. More... | |
bool_t | i2c_submit (struct i2c_periph *p, struct i2c_transaction *t) |
Submit a I2C transaction. More... | |
void | i2c_event (void) |
void | i2c2_setbitrate (int bitrate) |
Dummy functions for handling of I2C hardware in sim.
Definition in file i2c_arch.c.
void i2c2_setbitrate | ( | int | bitrate | ) |
Definition at line 33 of file i2c_arch.c.