STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for SMBUS peripheral mode:

Macros

#define SMBUS_PERIPHERAL_MODE_SMBUS_HOST   (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP)
 
#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE   I2C_CR1_SMBUS
 
#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE_ARP   (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP)
 

Detailed Description

Macro Definition Documentation

◆ SMBUS_PERIPHERAL_MODE_SMBUS_HOST

#define SMBUS_PERIPHERAL_MODE_SMBUS_HOST   (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP)

#include <stm32f4xx_hal_smbus.h>

Definition at line 312 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Master_Abort_IT().

◆ SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE

#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE   I2C_CR1_SMBUS

#include <stm32f4xx_hal_smbus.h>

Definition at line 313 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE_ARP

#define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE_ARP   (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP)

#include <stm32f4xx_hal_smbus.h>

Definition at line 314 of file stm32f4xx_hal_smbus.h.