dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Debug helper functions header. More...

#include <stdbool.h>

Go to the source code of this file.

Data Structures

struct  pios_i2c_txn
 

Typedefs

typedef struct pios_i2c_adapter * pios_i2c_t
 

Enumerations

enum  pios_i2c_txn_direction { PIOS_I2C_TXN_READ, PIOS_I2C_TXN_WRITE }
 

Functions

int32_t PIOS_I2C_CheckClear (pios_i2c_t i2c_id)
 
int32_t PIOS_I2C_Transfer (pios_i2c_t i2c_id, const struct pios_i2c_txn txn_list[], uint32_t num_txns)
 
int32_t PIOS_I2C_Transfer_Callback (pios_i2c_t i2c_id, const struct pios_i2c_txn txn_list[], uint32_t, void *callback)
 
void PIOS_I2C_EV_IRQ_Handler (pios_i2c_t i2c_id)
 
void PIOS_I2C_ER_IRQ_Handler (pios_i2c_t i2c_id)
 

Detailed Description

Debug helper functions header.

I2C functions header.

Author
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
See Also
The GNU Public License (GPL) Version 3

Definition in file pios_i2c.h.