HAL
LL_I2C_DisableSMBusPECCompare() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_I2C_DisableSMBusPECCompare()

LL_I2C_DisableSMBusPECCompare() function

Disable transfer or internal comparison of the SMBus Packet Error byte (transmission or reception mode).

Syntax

__STATIC_INLINE void LL_I2C_DisableSMBusPECCompare(I2C_TypeDef *I2Cx);

Arguments

I2Cx

I2C Instance.

Return value

None

Notes

Macro IS_SMBUS_ALL_INSTANCE(I2Cx) can be used to check whether or not SMBus feature is supported by the I2Cx Instance.

References

LocationText
stm32f4xx_ll_i2c.h:1798
__STATIC_INLINE void LL_I2C_DisableSMBusPECCompare(I2C_TypeDef *I2Cx)

Data Use

Data read by LL_I2C_DisableSMBusPECCompare()
LL_I2C_DisableSMBusPECCompare()