STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
I2C_acknowledgement

Macros

#define I2C_Ack_Enable   ((uint16_t)0x0400)
 
#define I2C_Ack_Disable   ((uint16_t)0x0000)
 
#define IS_I2C_ACK_STATE(STATE)
 

Detailed Description

Macro Definition Documentation

#define IS_I2C_ACK_STATE (   STATE)
Value:
(((STATE) == I2C_Ack_Enable) || \
((STATE) == I2C_Ack_Disable))