Paparazzi UAS
v5.12_stable-4-g9b43e9b
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 | 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.