pca9555.h File Reference

Go to the source code of this file.

Defines

#define IOXP_PORT0   0x80
#define IOXP_PORT1   0x81
#define IOXP_PIN0   0
#define IOXP_PIN1   1
#define IOXP_PIN2   2
#define IOXP_PIN3   3
#define IOXP_PIN4   4
#define IOXP_PIN5   5
#define IOXP_PIN6   6
#define IOXP_PIN7   7

Functions

int IOExpInit (void)
int IOExpPinConfigSet (int bank, int bit, uint32_t flags)
int IOExpRawWrite (int bank, int value)
int IOExpRawRead (int bank, int *value)
int IOExpSetBitLow (int bank, int bit)
int IOExpSetBitHigh (int bank, int bit)
int IOExpGetBit (int bank, int bit, int *value)
int IOExpSetBit (int bank, int bit, int value)


Define Documentation

#define IOXP_PORT0   0x80

Definition at line 48 of file pca9555.h.

Referenced by InitKEY(), InitLED(), NutSetLed(), and sys_key().

#define IOXP_PORT1   0x81

Examples:
ioexpander/ioexpander.c.

Definition at line 49 of file pca9555.h.

Referenced by main(), Thread1(), and Thread2().

#define IOXP_PIN0   0

Definition at line 51 of file pca9555.h.

#define IOXP_PIN1   1

Definition at line 52 of file pca9555.h.

#define IOXP_PIN2   2

Definition at line 53 of file pca9555.h.

#define IOXP_PIN3   3

Definition at line 54 of file pca9555.h.

#define IOXP_PIN4   4

Definition at line 55 of file pca9555.h.

#define IOXP_PIN5   5

Definition at line 56 of file pca9555.h.

#define IOXP_PIN6   6

Definition at line 57 of file pca9555.h.

#define IOXP_PIN7   7

Definition at line 58 of file pca9555.h.


Function Documentation

int IOExpInit ( void   ) 

Examples:
ioexpander/ioexpander.c.

Definition at line 75 of file pca9555.c.

References I2C_SLA_IOEXP, malloc, memset(), pca_ctrl, PCA_POUT, and TwMasterRegWrite().

Referenced by main().

int IOExpPinConfigSet ( int  bank,
int  bit,
uint32_t  flags 
)

Definition at line 97 of file pca9555.c.

References GPIO_CFG_OUTPUT, GPIO_CFG_PULLUP, I2C_SLA_IOEXP, PCA_CONF, pca_ctrl, PCA_POUT, and TwMasterRegWrite().

Referenced by InitKEY(), and InitLED().

int IOExpRawWrite ( int  bank,
int  value 
)

Definition at line 119 of file pca9555.c.

References I2C_SLA_IOEXP, pca_ctrl, PCA_POUT, and TwMasterRegWrite().

int IOExpRawRead ( int  bank,
int *  value 
)

Examples:
ioexpander/ioexpander.c.

Definition at line 133 of file pca9555.c.

References I2C_SLA_IOEXP, PCA_PINP, and TwMasterRegRead().

Referenced by sys_key(), and Thread2().

int IOExpSetBitLow ( int  bank,
int  bit 
)

Definition at line 177 of file pca9555.c.

References I2C_SLA_IOEXP, pca_ctrl, PCA_POUT, and TwMasterRegWrite().

Referenced by IOExpSetBit().

int IOExpSetBitHigh ( int  bank,
int  bit 
)

Definition at line 163 of file pca9555.c.

References I2C_SLA_IOEXP, pca_ctrl, PCA_POUT, and TwMasterRegWrite().

Referenced by InitLED(), and IOExpSetBit().

int IOExpGetBit ( int  bank,
int  bit,
int *  value 
)

Definition at line 146 of file pca9555.c.

References I2C_SLA_IOEXP, PCA_PINP, and TwMasterRegRead().

int IOExpSetBit ( int  bank,
int  bit,
int  value 
)

Definition at line 191 of file pca9555.c.

References IOExpSetBitHigh(), and IOExpSetBitLow().

Referenced by NutSetLed().


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/