STM32F479xx HAL User Manual
Data Fields
SMBUS_InitTypeDef Struct Reference

SMBUS Configuration Structure definition. More...

#include <stm32f4xx_hal_smbus.h>

Data Fields

uint32_t ClockSpeed
uint32_t AnalogFilter
uint32_t OwnAddress1
uint32_t AddressingMode
uint32_t DualAddressMode
uint32_t OwnAddress2
uint32_t GeneralCallMode
uint32_t NoStretchMode
uint32_t PacketErrorCheckMode
uint32_t PeripheralMode

Detailed Description

SMBUS Configuration Structure definition.

Definition at line 47 of file stm32f4xx_hal_smbus.h.


Field Documentation

Specifies if 7-bit or 10-bit addressing mode is selected. This parameter can be a value of SMBUS addressing mode

Definition at line 58 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init(), SMBUS_Master_ADDR(), and SMBUS_Master_SB().

Specifies if Analog Filter is enable or not. This parameter can be a value of SMBUS Analog Filter

Definition at line 52 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies the clock frequency. This parameter must be set to a value lower than 100kHz

Definition at line 49 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies if dual addressing mode is selected. This parameter can be a value of SMBUS dual addressing mode

Definition at line 61 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies if general call mode is selected. This parameter can be a value of SMBUS general call addressing mode

Definition at line 67 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies if nostretch mode is selected. This parameter can be a value of SMBUS nostretch mode

Definition at line 70 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies the first device own address. This parameter can be a 7-bit or 10-bit address.

Definition at line 55 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init(), and SMBUS_Slave_ADDR().

Specifies the second device own address if dual addressing mode is selected. This parameter can be a 7-bit address.

Definition at line 64 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init(), and SMBUS_Slave_ADDR().

Specifies if Packet Error Check mode is selected. This parameter can be a value of SMBUS packet error check mode

Definition at line 73 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies which mode of Periphal is selected. This parameter can be a value of SMBUS peripheral mode

Definition at line 76 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init(), and HAL_SMBUS_Master_Abort_IT().


The documentation for this struct was generated from the following file: