STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
I2C_acknowledged_address

Macros

#define I2C_AcknowledgedAddress_7bit   ((uint16_t)0x4000)
 
#define I2C_AcknowledgedAddress_10bit   ((uint16_t)0xC000)
 
#define IS_I2C_ACKNOWLEDGE_ADDRESS(ADDRESS)
 

Detailed Description

Macro Definition Documentation

#define IS_I2C_ACKNOWLEDGE_ADDRESS (   ADDRESS)
Value:
(((ADDRESS) == I2C_AcknowledgedAddress_7bit) || \
((ADDRESS) == I2C_AcknowledgedAddress_10bit))