STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SMBUS general call addressing mode
Collaboration diagram for SMBUS general call addressing mode:

Macros

#define SMBUS_GENERALCALL_DISABLE   0x00000000U
 
#define SMBUS_GENERALCALL_ENABLE   I2C_CR1_ENGC
 

Detailed Description

Macro Definition Documentation

◆ SMBUS_GENERALCALL_DISABLE

#define SMBUS_GENERALCALL_DISABLE   0x00000000U

#include <stm32f4xx_hal_smbus.h>

Definition at line 285 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_GENERALCALL_ENABLE

#define SMBUS_GENERALCALL_ENABLE   I2C_CR1_ENGC

#include <stm32f4xx_hal_smbus.h>

Definition at line 286 of file stm32f4xx_hal_smbus.h.