Searched refs:MaxDataSpeedFormat (Results 1 – 3 of 3) sorted by relevance
2164 __STATIC_INLINE void LL_I3C_SetMaxDataSpeedFormat(I3C_TypeDef *I3Cx, uint32_t MaxDataSpeedFormat) in LL_I3C_SetMaxDataSpeedFormat() argument2166 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT, MaxDataSpeedFormat); in LL_I3C_SetMaxDataSpeedFormat()
2167 __STATIC_INLINE void LL_I3C_SetMaxDataSpeedFormat(I3C_TypeDef *I3Cx, uint32_t MaxDataSpeedFormat) in LL_I3C_SetMaxDataSpeedFormat() argument2169 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT, MaxDataSpeedFormat); in LL_I3C_SetMaxDataSpeedFormat()