STM32F103xB HAL User Manual
|
Defines | |
#define | I2C_DIRECTION_RECEIVE 0x00000000U |
#define | I2C_DIRECTION_TRANSMIT 0x00000001U |
#define I2C_DIRECTION_RECEIVE 0x00000000U |
Definition at line 344 of file stm32f1xx_hal_i2c.h.
Referenced by I2C_Slave_ADDR().
#define I2C_DIRECTION_TRANSMIT 0x00000001U |
Definition at line 345 of file stm32f1xx_hal_i2c.h.
Referenced by I2C_Slave_ADDR().