HAL
LL_I2C_SetRiseTime() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_I2C_SetRiseTime() function

Configure the SCL, SDA rising time.

Syntax

__STATIC_INLINE void LL_I2C_SetRiseTime(I2C_TypeDef *I2Cx,     uint32_t RiseTime);

Arguments

I2Cx

I2C Instance.

RiseTime

This parameter must be a value between Min_Data=0x02 and Max_Data=0x3F.

Return value

None

Notes

This bit can only be programmed when the I2C is disabled (PE = 0).

References

LocationText
stm32f4xx_ll_i2c.h:780
__STATIC_INLINE void LL_I2C_SetRiseTime(I2C_TypeDef *I2Cx, uint32_t RiseTime)

Data Use

Data read by LL_I2C_SetRiseTime()
LL_I2C_SetRiseTime()