STM32L486xx HAL User Manual
Data Fields
SMBUS_InitTypeDef Struct Reference

#include <stm32l4xx_hal_smbus.h>

Data Fields

uint32_t Timing
uint32_t AnalogFilter
uint32_t OwnAddress1
uint32_t AddressingMode
uint32_t DualAddressMode
uint32_t OwnAddress2
uint32_t OwnAddress2Masks
uint32_t GeneralCallMode
uint32_t NoStretchMode
uint32_t PacketErrorCheckMode
uint32_t PeripheralMode
uint32_t SMBusTimeout

Detailed Description

Definition at line 64 of file stm32l4xx_hal_smbus.h.


Field Documentation

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

Definition at line 75 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init(), and HAL_SMBUS_IsDeviceReady().

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

Definition at line 69 of file stm32l4xx_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 78 of file stm32l4xx_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 87 of file stm32l4xx_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 90 of file stm32l4xx_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 72 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

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

Definition at line 81 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies the acknoledge mask address second device own address if dual addressing mode is selected This parameter can be a value of SMBUS ownaddress2 masks.

Definition at line 84 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

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

Definition at line 93 of file stm32l4xx_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 96 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies the content of the 32 Bits SMBUS_TIMEOUT_register value. (Enable bits and different timeout values) This parameter calculated by referring to SMBUS initialization section in Reference manual

Definition at line 99 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().

Specifies the SMBUS_TIMINGR_register value. This parameter calculated by referring to SMBUS initialization section in Reference manual

Definition at line 66 of file stm32l4xx_hal_smbus.h.

Referenced by HAL_SMBUS_Init().


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