eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hw_iic_prv.h File Reference

Macros

#define SET(x)
 
#define RESET(x)
 
#define GET(x)
 
#define OUTPUT(x)
 
#define INPUT(x)
 
#define D4D_I2C_MCU_TYPE
 
#define D4D_I2C_FREQ_REG
 
#define D4D_I2C_FREQ_BUS
 
#define D4D_I2C_PCR_PIN_GPIO
 
#define D4D_I2C_PCR_PIN_I2C
 
#define D4D_I2C_INIT_SCL
 
#define D4D_I2C_INIT_SDA
 
#define D4D_I2C_DISABLE_COMPILATION
 
#define D4D_I2C_C1_I2CEN_MASK
 
#define D4D_I2C_C1_MST_MASK
 
#define D4D_I2C_C1_TX_MASK
 
#define D4D_I2C_C1_TXAK_MASK
 
#define D4D_I2C_C1_RSTA_MASK
 
#define D4D_I2C_S_BUSY_MASK
 
#define D4D_I2C_S_I2CIF_MASK
 
#define D4D_I2C_S_RXAK_MASK
 

Detailed Description

HardI2C private definitions.

Author
Pavel Michlicek, Pavel Krenek
Version
1.0.4.0
Date
Oct-2-2013

Definition in file hw_iic_prv.h.

Macro Definition Documentation

#define D4D_I2C_C1_I2CEN_MASK

Definition at line 203 of file hw_iic_prv.h.

#define D4D_I2C_C1_MST_MASK

Definition at line 207 of file hw_iic_prv.h.

#define D4D_I2C_C1_RSTA_MASK

Definition at line 219 of file hw_iic_prv.h.

#define D4D_I2C_C1_TX_MASK

Definition at line 211 of file hw_iic_prv.h.

#define D4D_I2C_C1_TXAK_MASK

Definition at line 215 of file hw_iic_prv.h.

#define D4D_I2C_DISABLE_COMPILATION

Definition at line 199 of file hw_iic_prv.h.

#define D4D_I2C_FREQ_BUS

Definition at line 73 of file hw_iic_prv.h.

#define D4D_I2C_FREQ_REG

Definition at line 69 of file hw_iic_prv.h.

#define D4D_I2C_INIT_SCL

Definition at line 93 of file hw_iic_prv.h.

#define D4D_I2C_INIT_SDA

Definition at line 146 of file hw_iic_prv.h.

#define D4D_I2C_MCU_TYPE

Definition at line 65 of file hw_iic_prv.h.

#define D4D_I2C_PCR_PIN_GPIO

Definition at line 77 of file hw_iic_prv.h.

#define D4D_I2C_PCR_PIN_I2C

Definition at line 81 of file hw_iic_prv.h.

#define D4D_I2C_S_BUSY_MASK

Definition at line 224 of file hw_iic_prv.h.

#define D4D_I2C_S_I2CIF_MASK

Definition at line 228 of file hw_iic_prv.h.

#define D4D_I2C_S_RXAK_MASK

Definition at line 232 of file hw_iic_prv.h.

#define GET (   x)

Definition at line 58 of file hw_iic_prv.h.

#define INPUT (   x)

Definition at line 62 of file hw_iic_prv.h.

#define OUTPUT (   x)

Definition at line 61 of file hw_iic_prv.h.

#define RESET (   x)

Definition at line 56 of file hw_iic_prv.h.

#define SET (   x)

Definition at line 55 of file hw_iic_prv.h.