LL_I2C_SetRiseTime 
__STATIC_INLINE void LL_I2C_SetRiseTime (I2C_TypeDef * 
I2Cx, uint32_t RiseTime) 
Configure the SCL, SDA rising time.  
  I2Cx:  I2C Instance. 
  RiseTime:  This parameter must be a value between 
Min_Data=0x02 and Max_Data=0x3F. 
  This bit can only be programmed when the I2C is disabled 
(PE = 0). 
Reference Manual to 
LL API cross 
reference: 
  TRISE TRISE LL_I2C_SetRiseTime 
LL_I2C_GetRiseTime 
__STATIC_INLINE uint32_t LL_I2C_GetRiseTime (I2C_TypeDef 
* I2Cx) 
Get the SCL, SDA rising time.  
  Value:  between Min_Data=0x02 and Max_Data=0x3F 
Reference Manual to 
LL API cross 
reference: 
  TRISE TRISE LL_I2C_GetRiseTime 
LL_I2C_SetClockPeriod 
__STATIC_INLINE void LL_I2C_SetClockPeriod (I2C_TypeDef 
* I2Cx, uint32_t ClockPeriod) 
Configure the SCL high and low period.  
  I2Cx:  I2C Instance. 
  ClockPeriod:  This parameter must be a value between 
Min_Data=0x004 and Max_Data=0xFFF, except in FAST 
DUTY mode where Min_Data=0x001. 
  This bit can only be programmed when the I2C is disabled 
(PE = 0). 
Reference Manual to 
LL API cross 
reference: 
  CCR CCR LL_I2C_SetClockPeriod 
LL_I2C_GetClockPeriod 
__STATIC_INLINE uint32_t LL_I2C_GetClockPeriod 
(I2C_TypeDef * I2Cx)