STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | I2C_ADDRESSINGMODE_7BIT 0x00004000U |
#define | I2C_ADDRESSINGMODE_10BIT (I2C_OAR1_ADDMODE | 0x00004000U) |
#define I2C_ADDRESSINGMODE_7BIT 0x00004000U |
#include <stm32f4xx_hal_i2c.h>
Definition at line 298 of file stm32f4xx_hal_i2c.h.
Referenced by I2C_Master_SB(), I2C_MasterRequestRead(), and I2C_MasterRequestWrite().
#define I2C_ADDRESSINGMODE_10BIT (I2C_OAR1_ADDMODE | 0x00004000U) |
#include <stm32f4xx_hal_i2c.h>
Definition at line 299 of file stm32f4xx_hal_i2c.h.
Referenced by HAL_I2C_Slave_Transmit(), and I2C_Master_ADDR().