APM:Libraries
|
#include "I2CDevice.h"
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include "Util.h"
#include "Scheduler.h"
#include "ch.h"
#include "hal.h"
Go to the source code of this file.
Classes | |
struct | I2CInfo |
Macros | |
#define | HAL_I2C_BUS_BASE 0 |
#define | HAL_I2C_MAX_CLOCK 100000 |
#define | HAL_I2C_F7_100_TIMINGR 0x20404768 |
#define | HAL_I2C_F7_400_TIMINGR 0x6000030D |
Variables | |
static const struct I2CInfo | I2CD [] = { HAL_I2C_DEVICE_LIST } |
const AP_HAL::HAL & | hal |
#define HAL_I2C_BUS_BASE 0 |
Definition at line 39 of file I2CDevice.cpp.
Referenced by ChibiOS::I2CDeviceManager::get_device(), and ChibiOS::I2CDevice::I2CDevice().
#define HAL_I2C_F7_100_TIMINGR 0x20404768 |
Definition at line 49 of file I2CDevice.cpp.
Referenced by ChibiOS::I2CDevice::I2CDevice(), and ChibiOS::I2CDeviceManager::I2CDeviceManager().
#define HAL_I2C_F7_400_TIMINGR 0x6000030D |
Definition at line 50 of file I2CDevice.cpp.
Referenced by ChibiOS::I2CDeviceManager::I2CDeviceManager().
#define HAL_I2C_MAX_CLOCK 100000 |
Definition at line 45 of file I2CDevice.cpp.
Referenced by ChibiOS::I2CDeviceManager::I2CDeviceManager().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.
|
static |