Macros | |
#define | I2C_Generate_Start_Read (uint32_t)(I2C_CR2_START | I2C_CR2_RD_WRN) |
#define | I2C_Generate_Start_Write I2C_CR2_START |
#define | I2C_Generate_Stop I2C_CR2_STOP |
#define | I2C_No_StartStop ((uint32_t)0x00000000) |
#define | IS_START_STOP_MODE(MODE) |
#define I2C_Generate_Start_Read (uint32_t)(I2C_CR2_START | I2C_CR2_RD_WRN) |
Definition at line 384 of file stm32f30x_i2c.h.
#define I2C_Generate_Start_Write I2C_CR2_START |
Definition at line 385 of file stm32f30x_i2c.h.
#define I2C_Generate_Stop I2C_CR2_STOP |
Definition at line 383 of file stm32f30x_i2c.h.
#define I2C_No_StartStop ((uint32_t)0x00000000) |
Definition at line 382 of file stm32f30x_i2c.h.
#define IS_START_STOP_MODE | ( | MODE | ) |
Definition at line 388 of file stm32f30x_i2c.h.