Paparazzi UAS
v5.14.0_stable-0-g3f680d1
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 | i2c_idle (struct i2c_periph *p) |
Check if I2C bus is idle. More... | |
bool | i2c_submit (struct i2c_periph *p, struct i2c_transaction *t) |
Submit a I2C transaction. More... | |
void | i2c_event (void) |
i2c_event() function More... | |
void | i2c_setbitrate (struct i2c_periph *p, int bitrate) |
Set I2C bitrate. More... | |
Dummy functions for handling of I2C hardware in sim.
Definition in file i2c_arch.c.