CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches
I2C Address Flags

Specify address flags. More...

Macros

#define ARM_I2C_ADDRESS_10BIT   (0x0400UL)
 10-bit address flag
 
#define ARM_I2C_ADDRESS_GC   (0x8000UL)
 General Call flag.
 

Description

Specify address flags.

Specifies the address type for the functions ARM_I2C_MasterReceive, ARM_I2C_MasterTransmit and ARM_I2C_OWN_ADDRESS.

Macro Definition Documentation

◆ ARM_I2C_ADDRESS_10BIT

#define ARM_I2C_ADDRESS_10BIT   (0x0400UL)

◆ ARM_I2C_ADDRESS_GC

#define ARM_I2C_ADDRESS_GC   (0x8000UL)

General Call flag.

See also
ARM_I2C_OWN_ADDRESS