I2C General Call Addressing Mode
+ Collaboration diagram for I2C General Call Addressing Mode:

Macros

#define I2C_GENERALCALL_DISABLE   (0x00000000U)
 General call mode disable. More...
 
#define I2C_GENERALCALL_ENABLE   (0x00000001U)
 General call mode enable. More...
 

Detailed Description

Macro Definition Documentation

◆ I2C_GENERALCALL_DISABLE

#define I2C_GENERALCALL_DISABLE   (0x00000000U)

General call mode disable.

Definition at line 300 of file gr55xx_hal_i2c.h.

◆ I2C_GENERALCALL_ENABLE

#define I2C_GENERALCALL_ENABLE   (0x00000001U)

General call mode enable.

Definition at line 301 of file gr55xx_hal_i2c.h.