STM32F479xx HAL User Manual
|
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 |
SMBUS Configuration Structure definition.
Definition at line 47 of file stm32f4xx_hal_smbus.h.
uint32_t SMBUS_InitTypeDef::AddressingMode |
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().
uint32_t SMBUS_InitTypeDef::AnalogFilter |
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().
uint32_t SMBUS_InitTypeDef::ClockSpeed |
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().
uint32_t SMBUS_InitTypeDef::DualAddressMode |
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().
uint32_t SMBUS_InitTypeDef::GeneralCallMode |
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().
uint32_t SMBUS_InitTypeDef::NoStretchMode |
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().
uint32_t SMBUS_InitTypeDef::OwnAddress1 |
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().
uint32_t SMBUS_InitTypeDef::OwnAddress2 |
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().
uint32_t SMBUS_InitTypeDef::PeripheralMode |
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().