libpropeller
Making PropellerGCC Easier
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Macros
i2c_base.h File Reference
#include <propeller.h>
Include dependency graph for i2c_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  I2CBase
 Low level I2C driver. More...
 

Macros

#define I2C_FLOAT_SCL_HIGH   (DIRA &= ~scl_mask_)
 
#define I2C_SET_SCL_LOW   (DIRA |= scl_mask_)
 
#define I2C_FLOAT_SDA_HIGH   (DIRA &= ~sda_mask_)
 
#define I2C_SET_SDA_LOW   (DIRA |= sda_mask_)
 

Macro Definition Documentation

#define I2C_FLOAT_SCL_HIGH   (DIRA &= ~scl_mask_)
#define I2C_FLOAT_SDA_HIGH   (DIRA &= ~sda_mask_)
#define I2C_SET_SCL_LOW   (DIRA |= scl_mask_)
#define I2C_SET_SDA_LOW   (DIRA |= sda_mask_)