STM32F4xx_HAL_Driver
1.8.3
|
FMPSMBUS Configuration Structure definition. More...
Data Structures | |
struct | FMPSMBUS_InitTypeDef |
FMPSMBUS Configuration Structure definition.
struct FMPSMBUS_InitTypeDef |
Definition at line 48 of file stm32f4xx_hal_fmpsmbus.h.
Data Fields | ||
---|---|---|
uint32_t | AddressingMode |
Specifies if 7-bit or 10-bit addressing mode for master is selected. This parameter can be a value of FMPSMBUS addressing mode |
uint32_t | AnalogFilter |
Specifies if Analog Filter is enable or not. This parameter can be a value of FMPSMBUS Analog Filter |
uint32_t | DualAddressMode |
Specifies if dual addressing mode is selected. This parameter can be a value of FMPSMBUS dual addressing mode |
uint32_t | GeneralCallMode |
Specifies if general call mode is selected. This parameter can be a value of FMPSMBUS general call addressing mode. |
uint32_t | NoStretchMode |
Specifies if nostretch mode is selected. This parameter can be a value of FMPSMBUS nostretch mode |
uint32_t | OwnAddress1 |
Specifies the first device own address. This parameter can be a 7-bit or 10-bit address. |
uint32_t | OwnAddress2 |
Specifies the second device own address if dual addressing mode is selected This parameter can be a 7-bit address. |
uint32_t | OwnAddress2Masks |
Specifies the acknowledge mask address second device own address if dual addressing mode is selected This parameter can be a value of FMPSMBUS ownaddress2 masks. |
uint32_t | PacketErrorCheckMode |
Specifies if Packet Error Check mode is selected. This parameter can be a value of FMPSMBUS packet error check mode |
uint32_t | PeripheralMode |
Specifies which mode of Periphal is selected. This parameter can be a value of FMPSMBUS peripheral mode |
uint32_t | SMBusTimeout |
Specifies the content of the 32 Bits FMPSMBUS_TIMEOUT_register value. (Enable bits and different timeout values) This parameter calculated by referring to FMPSMBUS initialization section in Reference manual |
uint32_t | Timing |
Specifies the FMPSMBUS_TIMINGR_register value. This parameter calculated by referring to FMPSMBUS initialization section in Reference manual |